bolt/deps/llvm-18.1.8/clang/test/ClangScanDeps/Inputs/headerwithdirnamefollowedbyinclude.json
2025-02-14 19:21:04 +01:00

12 lines
351 B
JSON

[
{
"directory": "DIR",
"command": "clang -c -IDIR -IInputs DIR/headerwithdirname_input.cpp",
"file": "DIR/headerwithdirname_input.cpp"
},
{
"directory": "DIR",
"command": "clang-cl /c /IDIR /IInputs -- DIR/headerwithdirname_input_clangcl.cpp",
"file": "DIR/headerwithdirname_input_clangcl.cpp"
}
]