remove the StripSymbolsPass. This should not be done by default in libLTO.dylib...
authorNick Kledzik <kledzik@apple.com>
Fri, 30 May 2008 00:59:13 +0000 (00:59 +0000)
committerNick Kledzik <kledzik@apple.com>
Fri, 30 May 2008 00:59:13 +0000 (00:59 +0000)
commitbaa154330e93d7139ebac2e4e350d2b7655fc9bc
treef769dfc375b0b8677a17be7566e848f1186d7e15
parent493e03851d630804830b0439f9a714b08638ab95
remove the StripSymbolsPass.  This should not be done by default in libLTO.dylib.  The linker will remove the symbol names if needed after LTO is done

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51722 91177308-0d34-0410-b5e6-96231b3b80d8
tools/lto2/LTOCodeGenerator.cpp