aboutsummaryrefslogtreecommitdiff
path: root/compiler_wrapper/testdata/cros_clang_host_golden/clang_host_wrapper.json
blob: 5bd833fac66b6bd1709d52f1a0e35f7a9310aaa9 (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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
  {
    "cmds": [
      {
        "cmd": {
          "args": [
            "-Qunused-arguments",
            "-Werror=poison-system-directories",
            "-Wno-deprecated-declarations",
            "-Wno-enum-constexpr-conversion",
            "-Wno-error=implicit-function-declaration",
            "-Wno-error=implicit-int",
            "-Wno-final-dtor-non-final-class",
            "-Wno-single-bit-bitfield-constant-conversion",
            "-Wno-tautological-constant-compare",
            "-Wno-tautological-unsigned-enum-zero-compare",
            "-Wno-unknown-warning-option",
            "-fdebug-default-version=5",
            "-Wno-int-conversion",
            "-Wno-incompatible-function-pointer-types",
            "-Wno-error=vla-cxx-extension",
            "-D_LIBCPP_ENABLE_CXX17_REMOVED_FEATURES",
            "-fclang-abi-compat=17",
            "-Wno-unused-local-typedefs",
            "-fno-addrsig",
            "-fcommon",
            "main.cc"
          ],
          "path": "/tmp/stable/clang"
        }
      }
    ],
    "wd": "/tmp/stable",
    "wrapper": {
      "cmd": {
        "args": [
          "main.cc"
        ],
        "path": "./clang"
      }
    }
  }
]