summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-7-linux64.json
blob: adddc0eb35b63501184bab370bedaf64e5930bd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "stages": "3",
    "build_libcxx": 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",
    "patches": [
      "static-llvm-symbolizer.patch",
      "find_symbolizer_linux.patch",
      "rename_gcov_flush_7.patch",
      "critical_section_on_gcov_flush-rG02ce9d8ef5a8.patch",
      "r350774.patch",
      "android-mangling-error.patch"
    ]
}