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/foo.h | |
| 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/foo.h')
| -rw-r--r-- | clang/test/Modules/Inputs/module-impl-with-link/foo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/test/Modules/Inputs/module-impl-with-link/foo.h b/clang/test/Modules/Inputs/module-impl-with-link/foo.h deleted file mode 100644 index 90fe1bcc585..00000000000 --- a/clang/test/Modules/Inputs/module-impl-with-link/foo.h +++ /dev/null @@ -1 +0,0 @@ -//empty |

