brintos

brintos / llvm-project-archived public Read only

0
0
Text · 377 B · ac12c92 Raw
13 lines · json
1[2    {3      "directory": "DIR",4      "command": "clang -c -IDIR -IDIR/foodir -IInputs DIR/headerwithdirname_input.cpp",5      "file": "DIR/headerwithdirname_input.cpp"6    },7    {8      "directory": "DIR",9      "command": "clang-cl /c /IDIR /IDIR/foodir -IInputs -- DIR/headerwithdirname_input_clangcl.cpp",10      "file": "DIR/headerwithdirname_input_clangcl.cpp"11    }12]13