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