summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/Inputs/module-impl-with-link
Commit message (Collapse)AuthorAgeFilesLines
* Module: Do not add any link flags when an implementation TU of a module importsManman Ren2017-01-112-0/+5
| | | | | | | | | | | a header of that same module. This fixes a regression caused by r280409. rdar://problem/29930553 This is an updated version for r291628 (which was reverted in r291688). llvm-svn: 291689
* This reverts r291628. As suggested by Richard, we can simplyManman Ren2017-01-112-5/+0
| | | | | | | | 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
* Module: Do not create Implicit ImportDecl for module X if weManman Ren2017-01-112-0/+5
are building an implemenation of module X. This fixes a regression caused by r280409. rdar://problem/29930553 llvm-svn: 291628
OpenPOWER on IntegriCloud