]> granicus.if.org Git - clang/commitdiff
Pass -fblocks to clang
authorAnders Carlsson <andersca@mac.com>
Fri, 19 Dec 2008 20:56:23 +0000 (20:56 +0000)
committerAnders Carlsson <andersca@mac.com>
Fri, 19 Dec 2008 20:56:23 +0000 (20:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61258 91177308-0d34-0410-b5e6-96231b3b80d8

utils/ccc-analyzer

index e03a78bed34d601a159a9443db5d30b182feb943..14cbf54df10da22dfdb3ecfb2b029ca31944942a 100755 (executable)
@@ -165,6 +165,7 @@ sub Analyze {
 
 my %CompileOptionMap = (
   '-nostdinc' => 0,
+  '-fblocks' => 0,
   '-fobjc-gc-only' => 0,
   '-fobjc-gc' => 0,  
   '-include' => 1,