Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Introduce llvm/test/LTO/X86. LTO tests may be assumed as target-specific. | NAKAMURA Takumi | 2015-01-30 | 1 | -16/+0 |
| | | | | llvm-svn: 227564 | ||||
* | This patch fixes LTO's RecordStreamer so that it records symbols in the MCExpr | Tom Roeder | 2014-03-31 | 1 | -0/+16 |
part of an asm .symver directive as being used. This prevents referenced functions from being internalized and deleted. Without the patch to LTOModule.cpp, the test case will produce the error: LLVM ERROR: A @@ version cannot be undefined. llvm-svn: 205221 |