Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min

llvm-svn: 161443
This commit is contained in:
Ted Kremenek 2012-08-07 19:27:08 +00:00
parent 168d23414a
commit 7c88d2ae0f
1 changed files with 2 additions and 0 deletions

View File

@ -347,6 +347,8 @@ my %LinkerOptionMap = (
my %CompilerLinkerOptionMap = (
'-fobjc-arc' => 0,
'-fobjc-abi-version' => 0, # This is really a 1 argument, but always has '='
'-fobjc-legacy-dispatch' => 0,
'-mios-simulator-version-min' => 0, # This really has 1 argument, but always has '='
'-isysroot' => 1,
'-arch' => 1,
'-m32' => 0,