diff options
author | Manman Ren <manman.ren@gmail.com> | 2017-01-11 18:32:30 +0000 |
---|---|---|
committer | Manman Ren <manman.ren@gmail.com> | 2017-01-11 18:32:30 +0000 |
commit | 3e9dea024ec6816758314fb6eb58cc5b1678d334 (patch) | |
tree | 4c6474920341246dbb19a5174c6d06e6298826be /clang/test/Modules/Inputs/module-impl-with-link/module.modulemap | |
parent | d1efea89c96d99813bea83e84b64d88b22de75fc (diff) | |
download | bcm5719-llvm-3e9dea024ec6816758314fb6eb58cc5b1678d334.tar.gz bcm5719-llvm-3e9dea024ec6816758314fb6eb58cc5b1678d334.zip |
This reverts r291628. As suggested by Richard, we can simply
filter out the implicilty imported modules at CodeGen instead of removing the
implicit ImportDecl when an implementation TU of a module imports a header of
that same module.
llvm-svn: 291688
Diffstat (limited to 'clang/test/Modules/Inputs/module-impl-with-link/module.modulemap')
-rw-r--r-- | clang/test/Modules/Inputs/module-impl-with-link/module.modulemap | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/clang/test/Modules/Inputs/module-impl-with-link/module.modulemap b/clang/test/Modules/Inputs/module-impl-with-link/module.modulemap deleted file mode 100644 index b85f8b6fe80..00000000000 --- a/clang/test/Modules/Inputs/module-impl-with-link/module.modulemap +++ /dev/null @@ -1,4 +0,0 @@ -module Clib { - header "foo.h" - link "Clib" -} |