diff options
author | Anders Carlsson <andersca@mac.com> | 2008-12-19 20:56:23 +0000 |
---|---|---|
committer | Anders Carlsson <andersca@mac.com> | 2008-12-19 20:56:23 +0000 |
commit | 06c58b191f969e2ae5308cc9b6540bad9511f4ef (patch) | |
tree | 6f4032d5f52392b86a16234f5f97771b28185788 | |
parent | a46969d6cf7e0d1871014856a9a6fc33c80ee632 (diff) |
Pass -fblocks to clang
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@61258 91177308-0d34-0410-b5e6-96231b3b80d8
-rwxr-xr-x | utils/ccc-analyzer | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index e03a78bed3..14cbf54df1 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -165,6 +165,7 @@ sub Analyze { my %CompileOptionMap = ( '-nostdinc' => 0, + '-fblocks' => 0, '-fobjc-gc-only' => 0, '-fobjc-gc' => 0, '-include' => 1, |