[PATCH] D18759: [mips] Enable IAS by default for 32-bit MIPS targets (O32).
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 12 06:03:28 PDT 2016
dsanders added a comment.
Thanks. Unfortunately, I'm going to have to hold off on committing this for a bit longer. I've found an interaction between IAS and inline assembly that causes -save-temps to change the behaviour of the code. We expand assembly macros before writing assembly text which causes expansions to happen twice when using -save-temps.
http://reviews.llvm.org/D18759
More information about the llvm-commits
mailing list