[cfe-commits] r65584 - /cfe/trunk/utils/ccc-analyzer
Ted Kremenek
kremenek at apple.com
Thu Feb 26 15:09:44 PST 2009
Author: kremenek
Date: Thu Feb 26 17:09:43 2009
New Revision: 65584
URL: http://llvm.org/viewvc/llvm-project?rev=65584&view=rev
Log:
Pass -ffreestanding' to clang.
Modified:
cfe/trunk/utils/ccc-analyzer
Modified: cfe/trunk/utils/ccc-analyzer
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/utils/ccc-analyzer?rev=65584&r1=65583&r2=65584&view=diff
==============================================================================
--- cfe/trunk/utils/ccc-analyzer (original)
+++ cfe/trunk/utils/ccc-analyzer Thu Feb 26 17:09:43 2009
@@ -235,7 +235,8 @@
'-nostdinc' => 0,
'-fblocks' => 0,
'-fobjc-gc-only' => 0,
- '-fobjc-gc' => 0,
+ '-fobjc-gc' => 0,
+ '-ffreestanding' => 0,
'-include' => 1,
'-idirafter' => 1,
'-iprefix' => 1,
More information about the cfe-commits
mailing list