[llvm-commits] [llvm] r170041 - in /llvm/trunk: include/llvm/MC/MCAssembler.h include/llvm/MC/MCContext.h include/llvm/MC/MCObjectStreamer.h include/llvm/MC/MCStreamer.h lib/CodeGen/AsmPrinter/AsmPrinter.cpp lib/CodeGen/MachineModuleInfo.cpp lib/MC/MCAssembler.cpp lib/MC/MCContext.cpp lib/MC/MCObjectStreamer.cpp lib/MC/MCStreamer.cpp
Rafael EspĂndola
rafael.espindola at gmail.com
Tue Dec 18 12:18:32 PST 2012
On 17 December 2012 12:40, Pedro Artigas <partigas at apple.com> wrote:
> Hello Rafael,
>
> It is not always true, if you check the creation of MCContext it is false in at least one case.
Ah, sorry, I didn't noticed that AutoInitializationFinalization was
being replaced and was looking for an argument being added to an
existing call. The context constructed in MachineModuleInfo's
constructor has it set to false.
> Thanks
>
> Pedro
Cheers,
Rafael
More information about the llvm-commits
mailing list