summaryrefslogtreecommitdiffstats
path: root/build/build-clang/clang-11-linux64.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--build/build-clang/clang-11-linux64.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/build/build-clang/clang-11-linux64.json b/build/build-clang/clang-11-linux64.json
new file mode 100644
index 0000000000..4e8f1f0098
--- /dev/null
+++ b/build/build-clang/clang-11-linux64.json
@@ -0,0 +1,24 @@
+{
+ "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_11.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"
+ ]
+}