Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CodeGen: support linker options on Windows ARM | Saleem Abdulrasool | 2016-06-23 | 1 | -0/+3 |
| | | | | | | | | We would incorrectly emit the directive sections due to the missing overridden methods. We now emit the expected "/DEFAULTLIB" rather than "-l" options for requested linkage llvm-svn: 273558 | ||||
* | fix test from r262506 | Nico Weber | 2016-03-02 | 1 | -1/+0 |
| | | | | llvm-svn: 262508 | ||||
* | Serialize `#pragma detect_mismatch`. | Nico Weber | 2016-03-02 | 1 | -0/+23 |
This is like r262493, but for pragma detect_mismatch instead of pragma comment. The two pragmas have similar behavior, so use the same approach for both. llvm-svn: 262506 |