summaryrefslogtreecommitdiffstats
path: root/clang/test/Modules/autolinkTBD.m
Commit message (Collapse)AuthorAgeFilesLines
* IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵Peter Collingbourne2017-06-121-4/+2
| | | | | | | | | | named metadata. The new metadata is easier to manipulate than module flags. Differential Revision: https://reviews.llvm.org/D31349 llvm-svn: 305227
* Fix auto-link for text-based dynamic library SDKs.Juergen Ributzka2015-11-131-0/+17
When linking against text-based dynamic library SDKs the library name of a framework has now more than one possible filename extensions. This fix tests for both possible extensions (none, and .tbd). This fixes rdar://problem/20609975 llvm-svn: 253060
OpenPOWER on IntegriCloud