From: Ted Kremenek Date: Mon, 29 Sep 2008 22:45:28 +0000 (+0000) Subject: Don't filter out -fpascal-strings. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e4f6952831d2b42b99f4a28825e87012d93eb8c0;p=clang Don't filter out -fpascal-strings. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@56810 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/ccc-analyzer b/utils/ccc-analyzer index 33888649c2..722edc7caa 100755 --- a/utils/ccc-analyzer +++ b/utils/ccc-analyzer @@ -183,7 +183,8 @@ my %LinkerOptionMap = ( my %CompilerLinkerOptionMap = ( '-isysroot' => 1, '-arch' => 1, - '-v' => 0 + '-v' => 0, + '-fpascal-strings' => 0 ); my %IgnoredOptionMap = (