[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

Ulrich Weigand Ulrich.Weigand at de.ibm.com
Thu Nov 29 09:03:44 PST 2012


Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote on 29.11.2012 17:58:03:

>> 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.

No, it does not -- that was my point.  Everything discussed under 1.
above really only affects parsing assembler source files.
(Well, I guess it might also affect the case where you're compiling
a file that uses ".lcomm" in an inline asm statement.  Not sure this
is a very relevant case :-))

Only the discussion under 2. affects code *generation*.  That's
specifically
*why* I was trying to separate those two discussions ...

Bye,
Ulrich





More information about the llvm-commits mailing list