Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | IR: Replace the "Linker Options" module flag with "llvm.linker.options" ↵ | Peter Collingbourne | 2017-06-12 | 1 | -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 Ributzka | 2015-11-13 | 1 | -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 |