Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |