On 4 March 2013 16:20, Weiming Zhao <[email protected]> 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 _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
