]> granicus.if.org Git - clang/commitdiff
Always pass -disable-free to clang when compiling.
authorDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 00:29:22 +0000 (00:29 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 13 Feb 2009 00:29:22 +0000 (00:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@64416 91177308-0d34-0410-b5e6-96231b3b80d8

tools/ccc/ccclib/Tools.py

index 0f59f69623983a9252e11e29cf421f64392852d0..074fdc68cdb63891cf315ce2ec3ce3e42cd88cb2 100644 (file)
@@ -229,6 +229,12 @@ class Clang_CompileTool(Tool):
             for arg in arglist.getArgs(arglist.parser.XanalyzerOption):
                 cmd_args.extend(arglist.getValues(arg))
         else:
+            # The make clang go fast button.
+            # 
+            # FIXME: Always pass this, once analyzer is fixed to still
+            # write plist output with it.
+            cmd_args.append('-disable-free')
+
             # Perform argument translation for LLVM backend. This
             # takes some care in reconciling with llvm-gcc. The
             # issue is that llvm-gcc translates these options based on