[PATCH] add supporting of the sanitizer arguments into Clang on FreeBSD platform.

Viktor Kutuzov vkutuzov at accesssoftek.com
Tue Feb 18 08:51:20 PST 2014



================
Comment at: lib/Driver/Tools.cpp:215
@@ -214,3 +214,3 @@
                          ArgStringList &CmdArgs,
                          llvm::Triple Triple) {
   if (!(Args.hasArg(options::OPT_fprofile_arcs) ||
----------------
By the way, do we really need the "Triple" parameter? It seems in all cases we get triple as just TC.getTriple().


http://llvm-reviews.chandlerc.com/D2644



More information about the cfe-commits mailing list