mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-09 05:14:24 +00:00
29ec9b1378
We need to rebuild clang with libc++ to get compatible headers for cross builds. libc++abi is a dependency of libc++, as the build instructions says [0]. [0] http://libcxx.llvm.org/docs/BuildingLibcxx.html
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"llvm_revision": "262557",
|
|
"stages": "3",
|
|
"build_libcxx": true,
|
|
"build_type": "Release",
|
|
"assertions": false,
|
|
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_380/final",
|
|
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final",
|
|
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_380/final",
|
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_380/final",
|
|
"libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_380/final",
|
|
"python_path": "/usr/bin/python2.7",
|
|
"gcc_dir": "/home/worker/workspace/build/src/gcc",
|
|
"cc": "/home/worker/workspace/build/src/gcc/bin/gcc",
|
|
"cxx": "/home/worker/workspace/build/src/gcc/bin/g++",
|
|
"patches": {
|
|
"macosx64": [
|
|
"llvm-debug-frame.patch",
|
|
"return-empty-string-non-mangled.patch"
|
|
],
|
|
"linux64": [
|
|
"llvm-debug-frame.patch",
|
|
"return-empty-string-non-mangled.patch"
|
|
],
|
|
"linux32": [
|
|
"llvm-debug-frame.patch",
|
|
"return-empty-string-non-mangled.patch"
|
|
]
|
|
}
|
|
}
|