forked from OSchip/llvm-project
parent
7285cf57a3
commit
1b44ba4295
|
@ -235,7 +235,8 @@ my %CompileOptionMap = (
|
|||
'-nostdinc' => 0,
|
||||
'-fblocks' => 0,
|
||||
'-fobjc-gc-only' => 0,
|
||||
'-fobjc-gc' => 0,
|
||||
'-fobjc-gc' => 0,
|
||||
'-ffreestanding' => 0,
|
||||
'-include' => 1,
|
||||
'-idirafter' => 1,
|
||||
'-iprefix' => 1,
|
||||
|
|
Loading…
Reference in New Issue