summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/dependency-gen-base2.modulemap
diff options
context:
space:
mode:
authorRichard Smith <richard-llvm@metafoo.co.uk>2014-12-11 20:50:24 +0000
committerRichard Smith <richard-llvm@metafoo.co.uk>2014-12-11 20:50:24 +0000
commit54cc3c2f231846e110dcfbc04ff52f266aa6dfb9 (patch)
tree40917c9ba0ce4b23b2f98595f012d5ab5d50a332 /clang/test/Modules/Inputs/dependency-gen-base2.modulemap
parent72b05aa59c0268f3404af9c3e61c706d1661fd03 (diff)
downloadbcm5719-llvm-54cc3c2f231846e110dcfbc04ff52f266aa6dfb9.tar.gz
bcm5719-llvm-54cc3c2f231846e110dcfbc04ff52f266aa6dfb9.zip
[modules] When constructing paths relative to a module, strip out /./ directory
components. These sometimes get synthetically added, and we don't want -Ifoo and -I./foo to be treated fundamentally differently here. llvm-svn: 224055
Diffstat (limited to 'clang/test/Modules/Inputs/dependency-gen-base2.modulemap')
-rw-r--r--clang/test/Modules/Inputs/dependency-gen-base2.modulemap4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Modules/Inputs/dependency-gen-base2.modulemap b/clang/test/Modules/Inputs/dependency-gen-base2.modulemap
new file mode 100644
index 00000000000..7808c8041ae
--- /dev/null
+++ b/clang/test/Modules/Inputs/dependency-gen-base2.modulemap
@@ -0,0 +1,4 @@
+module "test-base2" {
+ export *
+ textual header "Inputs/dependency-gen-included2.h"
+}
OpenPOWER on IntegriCloud