diff options
author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-12-09 06:35:37 +0000 |
---|---|---|
committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | 2014-12-09 06:35:37 +0000 |
commit | 00a4da73d5e3c59e5130d0213bbbfa907ba2f56b (patch) | |
tree | a136aa7a1fa7bcd74ecc845d76b5d49018335539 /clang/test/Modules/Inputs/modular_maps | |
parent | e38c32ffec40af106cddd95cec87355ce41129f6 (diff) | |
download | bcm5719-llvm-00a4da73d5e3c59e5130d0213bbbfa907ba2f56b.tar.gz bcm5719-llvm-00a4da73d5e3c59e5130d0213bbbfa907ba2f56b.zip |
Revert "[modules] Add experimental -fmodule-map-file-home-is-cwd flag to -cc1."
This reverts commit r223753. It broke the Green Dragon build for a few
hours:
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/2259/
http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_build/2259/consoleFull#43901905849ba4694-19c4-4d7e-bec5-911270d8a58c
I suspect `clang-tools-extra` just needs a follow-up for an API change,
but I'm not the right one to look into it.
llvm-svn: 223759
Diffstat (limited to 'clang/test/Modules/Inputs/modular_maps')
-rw-r--r-- | clang/test/Modules/Inputs/modular_maps/modulea-cwd.map | 7 | ||||
-rw-r--r-- | clang/test/Modules/Inputs/modular_maps/modulec-cwd.map | 3 |
2 files changed, 0 insertions, 10 deletions
diff --git a/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map b/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map deleted file mode 100644 index 10be5237fc7..00000000000 --- a/clang/test/Modules/Inputs/modular_maps/modulea-cwd.map +++ /dev/null @@ -1,7 +0,0 @@ -module A { - header "Inputs/modular_maps/common.h" - header "Inputs/modular_maps/a.h" -} - -extern module B "Inputs/modular_maps-moduleb-cwd.map" - diff --git a/clang/test/Modules/Inputs/modular_maps/modulec-cwd.map b/clang/test/Modules/Inputs/modular_maps/modulec-cwd.map deleted file mode 100644 index ca38b542df4..00000000000 --- a/clang/test/Modules/Inputs/modular_maps/modulec-cwd.map +++ /dev/null @@ -1,3 +0,0 @@ -module C { - header "Inputs/modular_maps/c.h" -} |