[cfe-commits] Fix PR 11326: conflicting mabi between -mabi and -target options on ARM

Rafael EspĂ­ndola rafael.espindola at gmail.com
Mon Mar 4 13:29:01 PST 2013


On 4 March 2013 16:20, Weiming Zhao <weimingz at codeaurora.org> wrote:
> Ping?

+  llvm::Triple T(Opts.Triple);

Can you avoid the copy with something like

const llvm::Triple &T = Opts.Triple?

OK with that change.

Cheers,
Rafael



More information about the cfe-commits mailing list