summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/module-impl-with-link.c
Commit message (Collapse)AuthorAgeFilesLines
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵Peter Collingbourne2017-06-121-2/+1
| | | | | | | | | | named metadata. The new metadata is easier to manipulate than module flags. Differential Revision: https://reviews.llvm.org/D31349 llvm-svn: 305227
* Fix a test so that it actually checks the output.Peter Collingbourne2017-03-241-1/+1
| | | | llvm-svn: 298728
* Module: Do not add any link flags when an implementation TU of a module importsManman Ren2017-01-111-0/+7
| | | | | | | | | | | 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-111-7/+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-111-0/+7
are building an implemenation of module X. This fixes a regression caused by r280409. rdar://problem/29930553 llvm-svn: 291628
OpenPOWER on IntegriCloud