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
377 B
JSON
13 lines
377 B
JSON
[
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang -c -IDIR -IDIR/foodir -IInputs DIR/headerwithdirname_input.cpp",
|
|
"file": "DIR/headerwithdirname_input.cpp"
|
|
},
|
|
{
|
|
"directory": "DIR",
|
|
"command": "clang-cl /c /IDIR /IDIR/foodir -IInputs -- DIR/headerwithdirname_input_clangcl.cpp",
|
|
"file": "DIR/headerwithdirname_input_clangcl.cpp"
|
|
}
|
|
]
|