forked from OSchip/llvm-project
Teach ccc-analyze about -fobjc-legacy-dispatch and -mios-simulator-version-min
llvm-svn: 161443
This commit is contained in:
parent
168d23414a
commit
7c88d2ae0f
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue