From: Ted Kremenek Date: Thu, 26 Feb 2009 23:09:43 +0000 (+0000) Subject: Pass -ffreestanding' to clang. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c4312d17015755213a8e1c1003517f94786dfa4;p=clang Pass -ffreestanding' to clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@65584 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 2f014cd7e5..8bb1d7587a 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -235,7 +235,8 @@ my %CompileOptionMap = ( '-nostdinc' => 0, '-fblocks' => 0, '-fobjc-gc-only' => 0, - '-fobjc-gc' => 0, + '-fobjc-gc' => 0, + '-ffreestanding' => 0, '-include' => 1, '-idirafter' => 1, '-iprefix' => 1,