mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-01 13:57:32 +00:00
Bug 1331012 - update building clang for linux to version 3.9; r=ehsan
The return-empty-string-non-mangled.patch apparently landed in r249437 upstream, so we don't need to carry around our own version. The patch is still nominally used for building clang on Mac, so I have not removed it from version control.
This commit is contained in:
parent
be65900be8
commit
bfdd6c88f4
@ -1,14 +1,14 @@
|
|||||||
{
|
{
|
||||||
"llvm_revision": "262557",
|
"llvm_revision": "290136",
|
||||||
"stages": "3",
|
"stages": "3",
|
||||||
"build_libcxx": true,
|
"build_libcxx": true,
|
||||||
"build_type": "Release",
|
"build_type": "Release",
|
||||||
"assertions": false,
|
"assertions": false,
|
||||||
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_380/final",
|
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_390/final",
|
||||||
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_380/final",
|
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_390/final",
|
||||||
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_380/final",
|
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_390/final",
|
||||||
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_380/final",
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_390/final",
|
||||||
"libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_380/final",
|
"libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_390/final",
|
||||||
"python_path": "/usr/bin/python2.7",
|
"python_path": "/usr/bin/python2.7",
|
||||||
"gcc_dir": "/home/worker/workspace/build/src/gcc",
|
"gcc_dir": "/home/worker/workspace/build/src/gcc",
|
||||||
"cc": "/home/worker/workspace/build/src/gcc/bin/gcc",
|
"cc": "/home/worker/workspace/build/src/gcc/bin/gcc",
|
||||||
@ -16,15 +16,12 @@
|
|||||||
"patches": {
|
"patches": {
|
||||||
"macosx64": [
|
"macosx64": [
|
||||||
"llvm-debug-frame.patch",
|
"llvm-debug-frame.patch",
|
||||||
"return-empty-string-non-mangled.patch"
|
|
||||||
],
|
],
|
||||||
"linux64": [
|
"linux64": [
|
||||||
"llvm-debug-frame.patch",
|
"llvm-debug-frame.patch"
|
||||||
"return-empty-string-non-mangled.patch"
|
|
||||||
],
|
],
|
||||||
"linux32": [
|
"linux32": [
|
||||||
"llvm-debug-frame.patch",
|
"llvm-debug-frame.patch"
|
||||||
"return-empty-string-non-mangled.patch"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user