mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-01 14:58:18 +00:00
scan-build: pass -target through to analyzer
llvm-svn: 187989
This commit is contained in:
parent
719fbc9ae7
commit
687fc9a30b
@ -349,6 +349,7 @@ my %CompilerLinkerOptionMap = (
|
||||
'-m32' => 0,
|
||||
'-m64' => 0,
|
||||
'-stdlib' => 0, # This is really a 1 argument, but always has '='
|
||||
'-target' => 1,
|
||||
'-v' => 0,
|
||||
'-mmacosx-version-min' => 0, # This is really a 1 argument, but always has '='
|
||||
'-miphoneos-version-min' => 0 # This is really a 1 argument, but always has '='
|
||||
|
Loading…
x
Reference in New Issue
Block a user