commit | 401cd25b2346d13e2ae77d7ced4e798a252b15e4 | [log] [tgz] |
---|---|---|
author | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Aug 18 23:42:50 2015 +0000 |
committer | Richard Smith <richard-llvm@metafoo.co.uk> | Tue Aug 18 23:42:50 2015 +0000 |
tree | 02678a2297f1d44648bc68b8130ef32bfa02d90b | |
parent | 386bb073d28933dcd61cdaac77f32948d73e3007 [diff] [blame] |
[modules] Tests for r245390. llvm-svn: 245391
diff --git a/clang/test/Modules/Inputs/explicit-build-overlap/def.map b/clang/test/Modules/Inputs/explicit-build-overlap/def.map new file mode 100644 index 0000000..444faf7 --- /dev/null +++ b/clang/test/Modules/Inputs/explicit-build-overlap/def.map
@@ -0,0 +1,2 @@ +module a { textual header "a.h" } +module b { header "a.h" header "b.h" }