[llvm] r211639 - Print a=b as an assignment.
Rafael EspĂndola
rafael.espindola at gmail.com
Thu Jun 26 20:31:30 PDT 2014
>> We are in the process of collecting more information on the
>> issue.
>
> Is this using direct object emission? Was it working in the past if
> you were to feed llvm-mc the llc produced assembly?
BTW, there is now a clang option that makes this really easy to check:
-via-file-asm. It causes clang to parse back the assembly it prints. I
highly recommend using it given the asm/obj streamers mismatches we
had in Mips in the past.
Cheers,
Rafael
More information about the llvm-commits
mailing list