summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-10-linux64.json
blob: b79243b2bcb9d557eec885bf41479c03bc0f401b (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
{
    "stages": "4",
    "pgo" : true,
    "build_libcxx": true,
    "build_wasm": true,
    "build_type": "Release",
    "assertions": false,
    "python_path": "/usr/bin/python2.7",
    "gcc_dir": "{MOZ_FETCHES_DIR}/gcc",
    "cc": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "cxx": "{MOZ_FETCHES_DIR}/gcc/bin/g++",
    "as": "{MOZ_FETCHES_DIR}/gcc/bin/gcc",
    "wasi-sysroot": "{MOZ_FETCHES_DIR}/wasi-sysroot",
    "patches": [
      "static-llvm-symbolizer.patch",
      "find_symbolizer_linux_clang_10.patch",
      "rename_gcov_flush_clang_10.patch",
      "critical_section_on_gcov_flush-rG02ce9d8ef5a8.patch",
      "rG7e18aeba5062_clang_10.patch",
      "llvmorg-11-init-4265-g2dcbdba8540_clang_10.patch",
      "android-mangling-error.patch",
      "unpoison-thread-stacks_clang_10.patch",
      "downgrade-mangling-error.patch",
      "tsan-hang-be41a98ac222_clang_10.patch",
      "loosen-msvc-detection.patch"
    ]
}