summaryrefslogtreecommitdiffstats
path: root/llvm/test/LTO/symver-asm.ll
Commit message (Collapse)AuthorAgeFilesLines
* This patch fixes LTO's RecordStreamer so that it records symbols in the MCExprTom Roeder2014-03-311-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
OpenPOWER on IntegriCloud