зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset 7652cf6fa0e4 (bug 1492663) for static analysis bustage
--HG-- rename : build/build-clang/clang-7-macosx64.json => build/build-clang/clang-6-macosx64.json rename : taskcluster/scripts/misc/build-clang-7-linux-macosx-cross.sh => taskcluster/scripts/misc/build-clang-6-linux-macosx-cross.sh
This commit is contained in:
Родитель
9809b1f863
Коммит
44102e9f3d
|
@ -235,8 +235,6 @@ def build_one_stage(cc, cxx, asm, ld, ar, ranlib, libtool,
|
||||||
"-DCMAKE_SYSTEM_NAME=Darwin",
|
"-DCMAKE_SYSTEM_NAME=Darwin",
|
||||||
"-DCMAKE_SYSTEM_VERSION=10.10",
|
"-DCMAKE_SYSTEM_VERSION=10.10",
|
||||||
"-DLLVM_ENABLE_THREADS=OFF",
|
"-DLLVM_ENABLE_THREADS=OFF",
|
||||||
# Xray requires a OSX 10.12 SDK (https://bugs.llvm.org/show_bug.cgi?id=38959)
|
|
||||||
"-DCOMPILER_RT_BUILD_XRAY=OFF",
|
|
||||||
"-DLIBCXXABI_LIBCXX_INCLUDES=%s" % libcxx_include_dir,
|
"-DLIBCXXABI_LIBCXX_INCLUDES=%s" % libcxx_include_dir,
|
||||||
"-DCMAKE_OSX_SYSROOT=%s" % slashify_path(os.getenv("CROSS_SYSROOT")),
|
"-DCMAKE_OSX_SYSROOT=%s" % slashify_path(os.getenv("CROSS_SYSROOT")),
|
||||||
"-DCMAKE_FIND_ROOT_PATH=%s" % slashify_path(os.getenv("CROSS_CCTOOLS_PATH")), # noqa
|
"-DCMAKE_FIND_ROOT_PATH=%s" % slashify_path(os.getenv("CROSS_CCTOOLS_PATH")), # noqa
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
{
|
{
|
||||||
"llvm_revision": "342383",
|
"llvm_revision": "335538",
|
||||||
"stages": "1",
|
"stages": "1",
|
||||||
"build_libcxx": true,
|
"build_libcxx": true,
|
||||||
"build_type": "Release",
|
"build_type": "Release",
|
||||||
"assertions": false,
|
"assertions": false,
|
||||||
"osx_cross_compile": true,
|
"osx_cross_compile": true,
|
||||||
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_700/final",
|
"llvm_repo": "https://llvm.org/svn/llvm-project/llvm/tags/RELEASE_601/final",
|
||||||
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_700/final",
|
"clang_repo": "https://llvm.org/svn/llvm-project/cfe/tags/RELEASE_601/final",
|
||||||
"lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_700/final",
|
"lld_repo": "https://llvm.org/svn/llvm-project/lld/tags/RELEASE_601/final",
|
||||||
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_700/final",
|
"compiler_repo": "https://llvm.org/svn/llvm-project/compiler-rt/tags/RELEASE_601/final",
|
||||||
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_700/final",
|
"libcxx_repo": "https://llvm.org/svn/llvm-project/libcxx/tags/RELEASE_601/final",
|
||||||
"libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_700/final",
|
"libcxxabi_repo": "https://llvm.org/svn/llvm-project/libcxxabi/tags/RELEASE_601/final",
|
||||||
"python_path": "/usr/bin/python2.7",
|
"python_path": "/usr/bin/python2.7",
|
||||||
"gcc_dir": "/builds/worker/workspace/build/src/gcc",
|
"gcc_dir": "/builds/worker/workspace/build/src/gcc",
|
||||||
"cc": "/builds/worker/workspace/build/src/clang/bin/clang",
|
"cc": "/builds/worker/workspace/build/src/clang/bin/clang",
|
||||||
|
@ -23,6 +23,9 @@
|
||||||
"patches": [
|
"patches": [
|
||||||
"static-llvm-symbolizer.patch",
|
"static-llvm-symbolizer.patch",
|
||||||
"compiler-rt-cross-compile.patch",
|
"compiler-rt-cross-compile.patch",
|
||||||
"compiler-rt-no-codesign.patch"
|
"compiler-rt-no-codesign.patch",
|
||||||
|
"r322401.patch",
|
||||||
|
"r325356.patch",
|
||||||
|
"r339636.patch"
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -2,9 +2,9 @@ Disable codesign for macosx cross-compile toolchain. Codesign only works on OSX.
|
||||||
|
|
||||||
Index: cmake/Modules/AddCompilerRT.cmake
|
Index: cmake/Modules/AddCompilerRT.cmake
|
||||||
===================================================================
|
===================================================================
|
||||||
--- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake (revision 342374)
|
--- a/compiler-rt/cmake/Modules/AddCompilerRT.cmake (revision 312553)
|
||||||
+++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake (working copy)
|
+++ b/compiler-rt/cmake/Modules/AddCompilerRT.cmake (working copy)
|
||||||
@@ -290,14 +290,6 @@
|
@@ -224,14 +224,6 @@
|
||||||
set_target_properties(${libname} PROPERTIES IMPORT_PREFIX "")
|
set_target_properties(${libname} PROPERTIES IMPORT_PREFIX "")
|
||||||
set_target_properties(${libname} PROPERTIES IMPORT_SUFFIX ".lib")
|
set_target_properties(${libname} PROPERTIES IMPORT_SUFFIX ".lib")
|
||||||
endif()
|
endif()
|
||||||
|
@ -18,4 +18,4 @@ Index: cmake/Modules/AddCompilerRT.cmake
|
||||||
- endif()
|
- endif()
|
||||||
endif()
|
endif()
|
||||||
install(TARGETS ${libname}
|
install(TARGETS ${libname}
|
||||||
ARCHIVE DESTINATION ${install_dir_${libname}}
|
ARCHIVE DESTINATION ${COMPILER_RT_LIBRARY_INSTALL_DIR}
|
||||||
|
|
|
@ -44,6 +44,7 @@ linux64-clang-6:
|
||||||
- 'build/build-clang/build-clang.py'
|
- 'build/build-clang/build-clang.py'
|
||||||
- 'build/build-clang/clang-6-linux64.json'
|
- 'build/build-clang/clang-6-linux64.json'
|
||||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||||
|
toolchain-alias: linux64-clang
|
||||||
toolchain-artifact: public/build/clang.tar.xz
|
toolchain-artifact: public/build/clang.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
|
@ -65,7 +66,6 @@ linux64-clang-7:
|
||||||
- 'build/build-clang/build-clang.py'
|
- 'build/build-clang/build-clang.py'
|
||||||
- 'build/build-clang/clang-7-linux64.json'
|
- 'build/build-clang/clang-7-linux64.json'
|
||||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||||
toolchain-alias: linux64-clang
|
|
||||||
toolchain-artifact: public/build/clang.tar.xz
|
toolchain-artifact: public/build/clang.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
|
@ -118,12 +118,12 @@ linux64-clang-7-mingw-x64:
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
|
|
||||||
linux64-clang-7-macosx-cross:
|
linux64-clang-6-macosx-cross:
|
||||||
description: "Clang 7 toolchain build with MacOS Compiler RT libs"
|
description: "Clang 6 toolchain build with MacOS Compiler RT libs"
|
||||||
treeherder:
|
treeherder:
|
||||||
kind: build
|
kind: build
|
||||||
platform: toolchains/opt
|
platform: toolchains/opt
|
||||||
symbol: TL(clang7-macosx-cross)
|
symbol: TL(clang6-macosx-cross)
|
||||||
tier: 1
|
tier: 1
|
||||||
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
worker-type: aws-provisioner-v1/gecko-{level}-b-linux
|
||||||
worker:
|
worker:
|
||||||
|
@ -132,17 +132,17 @@ linux64-clang-7-macosx-cross:
|
||||||
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
|
TOOLTOOL_MANIFEST: "browser/config/tooltool-manifests/macosx64/cross-clang.manifest"
|
||||||
run:
|
run:
|
||||||
using: toolchain-script
|
using: toolchain-script
|
||||||
script: build-clang-7-linux-macosx-cross.sh
|
script: build-clang-6-linux-macosx-cross.sh
|
||||||
resources:
|
resources:
|
||||||
- 'build/build-clang/build-clang.py'
|
- 'build/build-clang/build-clang.py'
|
||||||
- 'build/build-clang/clang-7-macosx64.json'
|
- 'build/build-clang/clang-6-macosx64.json'
|
||||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||||
toolchain-alias: linux64-clang-macosx-cross
|
toolchain-alias: linux64-clang-macosx-cross
|
||||||
toolchain-artifact: public/build/clang.tar.xz
|
toolchain-artifact: public/build/clang.tar.xz
|
||||||
tooltool-downloads: internal
|
tooltool-downloads: internal
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
|
|
||||||
linux64-clang-tidy:
|
linux64-clang-tidy:
|
||||||
|
@ -354,7 +354,7 @@ linux64-cctools-port:
|
||||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||||
toolchain-artifact: public/build/cctools.tar.xz
|
toolchain-artifact: public/build/cctools.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
|
|
||||||
linux64-hfsplus:
|
linux64-hfsplus:
|
||||||
description: "hfsplus toolchain build"
|
description: "hfsplus toolchain build"
|
||||||
|
|
|
@ -27,12 +27,12 @@ macosx64-clang:
|
||||||
tooltool-downloads: internal
|
tooltool-downloads: internal
|
||||||
resources:
|
resources:
|
||||||
- 'build/build-clang/build-clang.py'
|
- 'build/build-clang/build-clang.py'
|
||||||
- 'build/build-clang/clang-7-macosx64.json'
|
- 'build/build-clang/clang-6-macosx64.json'
|
||||||
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
- 'taskcluster/scripts/misc/tooltool-download.sh'
|
||||||
toolchain-artifact: public/build/clang.tar.xz
|
toolchain-artifact: public/build/clang.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
- linux64-node
|
- linux64-node
|
||||||
|
|
||||||
|
@ -63,7 +63,7 @@ macosx64-clang-tidy:
|
||||||
toolchain-artifact: public/build/clang-tidy.tar.xz
|
toolchain-artifact: public/build/clang-tidy.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
- linux64-gcc-4.9
|
- linux64-gcc-4.9
|
||||||
- linux64-node
|
- linux64-node
|
||||||
|
|
||||||
|
@ -88,7 +88,7 @@ macosx64-cctools-port:
|
||||||
toolchain-artifact: public/build/cctools.tar.bz2
|
toolchain-artifact: public/build/cctools.tar.bz2
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
- linux64-node
|
- linux64-node
|
||||||
|
|
||||||
macosx64-gn:
|
macosx64-gn:
|
||||||
|
@ -113,7 +113,7 @@ macosx64-gn:
|
||||||
toolchain-artifact: public/build/gn.tar.xz
|
toolchain-artifact: public/build/gn.tar.xz
|
||||||
toolchains:
|
toolchains:
|
||||||
- linux64-cctools-port
|
- linux64-cctools-port
|
||||||
- linux64-clang-7
|
- linux64-clang-6
|
||||||
- linux64-node
|
- linux64-node
|
||||||
|
|
||||||
macosx64-node:
|
macosx64-node:
|
||||||
|
|
|
@ -48,7 +48,7 @@ export LDFLAGS="-lpthread -Wl,-rpath-link,$CLANG_DIR/lib"
|
||||||
make -j `nproc --all` install
|
make -j `nproc --all` install
|
||||||
strip $CROSSTOOLS_BUILD_DIR/bin/*
|
strip $CROSSTOOLS_BUILD_DIR/bin/*
|
||||||
# cctools-port doesn't include dsymutil but clang will need to find it.
|
# cctools-port doesn't include dsymutil but clang will need to find it.
|
||||||
cp $CLANG_DIR/bin/dsymutil $CROSSTOOLS_BUILD_DIR/bin/x86_64-apple-darwin11-dsymutil
|
cp $CLANG_DIR/bin/llvm-dsymutil $CROSSTOOLS_BUILD_DIR/bin/x86_64-apple-darwin11-dsymutil
|
||||||
|
|
||||||
# Put a tarball in the artifacts dir
|
# Put a tarball in the artifacts dir
|
||||||
mkdir -p $UPLOAD_DIR
|
mkdir -p $UPLOAD_DIR
|
||||||
|
|
|
@ -25,7 +25,7 @@ set +x
|
||||||
|
|
||||||
cd build/build-clang
|
cd build/build-clang
|
||||||
# |mach python| sets up a virtualenv for us!
|
# |mach python| sets up a virtualenv for us!
|
||||||
../../mach python ./build-clang.py -c clang-7-macosx64.json --skip-tar
|
../../mach python ./build-clang.py -c clang-6-macosx64.json --skip-tar
|
||||||
|
|
||||||
# We now have a native macosx64 toolchain.
|
# We now have a native macosx64 toolchain.
|
||||||
# What we want is a native linux64 toolchain which can target macosx64 and use the sanitizer dylibs.
|
# What we want is a native linux64 toolchain which can target macosx64 and use the sanitizer dylibs.
|
|
@ -24,7 +24,7 @@ set +x
|
||||||
|
|
||||||
cd build/build-clang
|
cd build/build-clang
|
||||||
# |mach python| sets up a virtualenv for us!
|
# |mach python| sets up a virtualenv for us!
|
||||||
../../mach python ./build-clang.py -c clang-7-macosx64.json
|
../../mach python ./build-clang.py -c clang-6-macosx64.json
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче