[llvm-commits] [llvm] r168704 - in /llvm/trunk: lib/CodeGen/AsmPrinter/AsmPrinter.cpp test/CodeGen/ARM/2010-12-15-elf-lcomm.ll test/CodeGen/ARM/elf-lcomm-align.ll
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Nov 29 08:58:03 PST 2012
> Just to clarify: this point affects only parsing assembler source files.
Not quiet. It changes the behavior when using the MC assembler, be it
when parsing asm files or producing object files directly. Having MC
behave like the system assembler would at least make bugs like this
easier to find.
Cheers,
Rafael
More information about the llvm-commits
mailing list