aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_gcc_host_golden/gcc_host_wrapper.json
blob: 62afbbaa77aa6334bea128d2fcd1a45dd1cdb5dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[
  {
    "wd": "/tmp/stable",
    "wrapper": {
      "cmd": {
        "path": "./gcc",
        "args": [
          "main.cc"
        ]
      }
    },
    "cmds": [
      {
        "cmd": {
          "path": "./gcc.real",
          "args": [
            "-Wno-maybe-uninitialized",
            "-Wno-unused-local-typedefs",
            "-Wno-deprecated-declarations",
            "main.cc"
          ]
        }
      }
    ]
  }
]