forked from OSchip/llvm-project
parent
1c0c06bb9c
commit
4a154b2857
|
@ -102,6 +102,9 @@ my %CompilerLinkerOptionMap = (
|
|||
);
|
||||
|
||||
my %IgnoredOptionMap = (
|
||||
'-MT' => 1, # Ignore these preprocessor options.
|
||||
'-MF' => 1,
|
||||
|
||||
'-fsyntax-only' => 0,
|
||||
'-save-temps' => 0,
|
||||
'-install_name' => 1,
|
||||
|
|
Loading…
Reference in New Issue