mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
a0b66fc1c7
Because of conflicts between gcov_flush from gcc and the one from llvm, we renamed llvm one into ___custom_llvm_gcov_flush. Since we switched to clang for linux ccov builds, this workaround is now useless. Differential Revision: https://phabricator.services.mozilla.com/D104990
24 lines
749 B
JSON
24 lines
749 B
JSON
{
|
|
"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",
|
|
"android-mangling-error.patch",
|
|
"unpoison-thread-stacks_clang_10.patch",
|
|
"downgrade-mangling-error.patch",
|
|
"llvmorg-12-init-10926-gb79e990f401-LTO-new-pass-manager.patch",
|
|
"loosen-msvc-detection.patch"
|
|
]
|
|
}
|