[PATCH] D40609: [PATCH 1/6] [zorg] Remove obsolete workarounds for Arm/AArch64 libcxx bots
Maxim Kuvyrkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 14 08:15:07 PST 2018
maxim-kuvyrkov updated this revision to Diff 129783.
maxim-kuvyrkov retitled this revision from "[PATCH 3/3] [zorg] Remove obsolete workarounds for Arm/AArch64 libcxx bots" to "[PATCH 1/6] [zorg] Remove obsolete workarounds for Arm/AArch64 libcxx bots".
maxim-kuvyrkov added a comment.
Rebase on trunk
https://reviews.llvm.org/D40609
Files:
buildbot/osuosl/master/config/builders.py
Index: buildbot/osuosl/master/config/builders.py
===================================================================
--- buildbot/osuosl/master/config/builders.py
+++ buildbot/osuosl/master/config/builders.py
@@ -1354,9 +1354,6 @@
'builddir': 'libcxx-libcxxabi-libunwind-arm-linux',
'category': 'libcxx',
'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
- # FIXME: there should be a way to merge autodetected with user-defined linker flags
- # See: libcxxabi/test/lit.cfg
- lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.9.0/lib/linux -lclang_rt.builtins-armhf"'},
cmake_extra_opts={'CMAKE_C_COMPILER_LAUNCHER': 'ccache',
'CMAKE_CXX_COMPILER_LAUNCHER': 'ccache',
'CMAKE_C_COMPILER': 'clang',
@@ -1371,9 +1368,6 @@
'builddir': 'libcxx-libcxxabi-libunwind-arm-linux-noexceptions',
'category': 'libcxx',
'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
- # FIXME: there should be a way to merge autodetected with user-defined linker flags
- # See: libcxxabi/test/lit.cfg
- lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.9.0/lib/linux -lclang_rt.builtins-armhf"'},
cmake_extra_opts={'CMAKE_C_COMPILER_LAUNCHER': 'ccache',
'CMAKE_CXX_COMPILER_LAUNCHER': 'ccache',
'CMAKE_C_COMPILER': 'clang',
@@ -1391,9 +1385,6 @@
'builddir': 'libcxx-libcxxabi-libunwind-aarch64-linux',
'category': 'libcxx',
'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
- # FIXME: there should be a way to merge autodetected with user-defined linker flags
- # See: libcxxabi/test/lit.cfg
- lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.9.0/lib/linux -lclang_rt.builtins-aarch64"'},
cmake_extra_opts={'CMAKE_C_COMPILER_LAUNCHER': 'ccache',
'CMAKE_CXX_COMPILER_LAUNCHER': 'ccache',
'CMAKE_C_COMPILER': 'clang',
@@ -1408,9 +1399,6 @@
'builddir': 'libcxx-libcxxabi-libunwind-aarch64-linux-noexceptions',
'category': 'libcxx',
'factory': LibcxxAndAbiBuilder.getLibcxxAndAbiBuilder(
- # FIXME: there should be a way to merge autodetected with user-defined linker flags
- # See: libcxxabi/test/lit.cfg
- lit_extra_opts={'link_flags': '"-lc++abi -lc -lm -lpthread -lunwind -ldl -L/opt/llvm/lib/clang/3.9.0/lib/linux -lclang_rt.builtins-aarch64"'},
cmake_extra_opts={'CMAKE_C_COMPILER_LAUNCHER': 'ccache',
'CMAKE_CXX_COMPILER_LAUNCHER': 'ccache',
'CMAKE_C_COMPILER': 'clang',
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40609.129783.patch
Type: text/x-patch
Size: 2955 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180114/e488aebb/attachment.bin>
More information about the llvm-commits
mailing list