Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / test / ClangScanDeps / Inputs / target-filename-cdb.json
blob90a3c81e57f43cc7943efbaafa9a74b2b69f0c68
3   "directory": "DIR",
4   "command": "clang -E DIR/target-filename_input.cpp",
5   "file": "DIR/target-filename_input.cpp"
6 },
8   "directory": "DIR",
9   "command": "clang -E DIR/target-filename_input.cpp -o a.o",
10   "file": "DIR/target-filename_input.cpp"
13   "directory": "DIR",
14   "command": "clang -E DIR/target-filename_input.cpp -ob.o",
15   "file": "DIR/target-filename_input.cpp"
18   "directory": "DIR",
19   "command": "clang -E DIR/target-filename_input.cpp -o first.o -o last.o",
20   "file": "DIR/target-filename_input.cpp"
23   "directory": "DIR",
24   "command": "clang-cl /E -- DIR/target-filename_input.cpp",
25   "file": "DIR/target-filename_input.cpp"
28   "directory": "DIR",
29   "command": "clang-cl /E -o clangcl-a.o -- DIR/target-filename_input.cpp",
30   "file": "DIR/target-filename_input.cpp"
33   "directory": "DIR",
34   "command": "clang-cl /E -oclangcl-b.o -- DIR/target-filename_input.cpp",
35   "file": "DIR/target-filename_input.cpp"
38   "directory": "DIR",
39   "command": "clang-cl /E /o clangcl-c.o -- DIR/target-filename_input.cpp",
40   "file": "DIR/target-filename_input.cpp"
43   "directory": "DIR",
44   "command": "clang-cl /E /oclangcl-d.o -- DIR/target-filename_input.cpp",
45   "file": "DIR/target-filename_input.cpp"
48   "directory": "DIR",
49   "command": "clang-cl /E /Foclangcl-e.o -- DIR/target-filename_input.cpp",
50   "file": "DIR/target-filename_input.cpp"
53   "directory": "DIR",
54   "command": "clang-cl /E -o clangcl-firstf.o -o clangcl-lastf.o -- DIR/target-filename_input.cpp",
55   "file": "DIR/target-filename_input.cpp"
58   "directory": "DIR",
59   "command": "clang-cl /E /oclangcl-firstg.o /Foclangcl-lastg.o -- DIR/target-filename_input.cpp",
60   "file": "DIR/target-filename_input.cpp"
63   "directory": "DIR",
64   "command": "clang-cl /E /Foclangcl-firsth.o -o clangcl-midh.o /oclangcl-lasth.o -- DIR/target-filename_input.cpp",
65   "file": "DIR/target-filename_input.cpp"