Displaying 1 result from an estimated 1 matches for "r136066".
Did you mean:
136066
2011 Jul 26
1
[LLVMdev] Fix crash in gold LTO plugin
While doing research using the LLVM link time optimizer, we discovered
a bug in the LTO plugin. After running the passes, the plugin tries to
tell gold about 0 symbols produced from a bitcode file, indexing an
empty vector in the expression &I->syms[0]. We're not completely sure
if this is the best patch or if it is a symptom of a larger problem,
but it worked for us. When we found