Displaying 1 result from an estimated 1 matches for "r226311".
Did you mean:
rl226311
2015 Jan 25
2
[LLVMdev] GCMetadataPrinter::finishAssembly called twice
Hello Philip,
it seems like r226311 [1] introduced a bug which causes finishAssembly()
to be called multiple times, even if there is only one strategy. For
each function, GCModuleInfo::getFunctionInfo() adds the strategy to the
StrategyList instance variable. AsmPrinter::doFinalization() calls
finishAssembly() for each strategy...