This reverts commit 30cb49b44e.
It caused test failures on Fuchsia Toolchain Mac builds:
https://luci-milo.appspot.com/ui/p/fuchsia/builders/toolchain.ci/clang-mac-x64/b8818888168677577537/overview
13 lines
287 B
JSON
13 lines
287 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -E DIR/has_include_if_elif2.cpp -IInputs",
|
|
"file": "DIR/has_include_if_elif2.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang-cl /E /IInputs -- DIR/has_include_if_elif2_clangcl.cpp",
|
|
"file": "DIR/has_include_if_elif2_clangcl.cpp"
|
|
}
|
|
]
|