llvm/tools/lto
Daniel Dunbar f4452c37d0 lto: Fix an inverted conditional which prevented the addition of symbols scraped
from inline assembly, except in cases where they had already been seen (in which
case they would get added twice).
 - I can't see how this ever worked...

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110757 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-11 00:11:19 +00:00
..
lto.cpp Make it possible to set the flags passed to the assembler. 2010-08-10 18:55:09 +00:00
lto.exports Make it possible to set the target triple and expose that with an option in the 2010-08-09 21:09:46 +00:00
LTOCodeGenerator.cpp Make it possible to set the flags passed to the assembler. 2010-08-10 18:55:09 +00:00
LTOCodeGenerator.h Make it possible to set the flags passed to the assembler. 2010-08-10 18:55:09 +00:00
LTOModule.cpp lto: Fix an inverted conditional which prevented the addition of symbols scraped 2010-08-11 00:11:19 +00:00
LTOModule.h Make it possible to set the target triple and expose that with an option in the 2010-08-09 21:09:46 +00:00
Makefile build: Don't pass -avoid-version or -no-undefined on Darwin, they don't do 2010-07-31 21:32:56 +00:00