Pass -fblocks to clang

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61258 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer
index e03a78b..14cbf54 100755
--- a/utils/ccc-analyzer
+++ b/utils/ccc-analyzer
@@ -165,6 +165,7 @@
 
 my %CompileOptionMap = (
   '-nostdinc' => 0,
+  '-fblocks' => 0,
   '-fobjc-gc-only' => 0,
   '-fobjc-gc' => 0,  
   '-include' => 1,