authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-18 23:24:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2020-09-21 12:40:19-07:00
log561ed38f12a8436d93962423e56e0f3949ea28d4
tree1690f6ab66ad2139fc5c6525484928861cae6165
parentced061fcbf6c00b91e93428456647b280ae58e1b

ci: drop the cmake patch for linux

hopefully they've solved the polly plugin thing by now on apt.llvm.org.

1 files changed, 0 insertions(+), 16 deletions(-)

ci/azure/linux_script-16
...@@ -28,22 +28,6 @@ PATH=$PWD/$WASMTIME:$PATH...@@ -28,22 +28,6 @@ PATH=$PWD/$WASMTIME:$PATH
28# This will affect the cmake command below.28# This will affect the cmake command below.
29git config core.abbrev 929git config core.abbrev 9
3030
31# This patch is a workaround for
32# https://bugs.llvm.org/show_bug.cgi?id=44870 / https://github.com/llvm/llvm-project/issues/191
33# It only applies to the apt.llvm.org packages.
34patch <<'END_PATCH'
35--- CMakeLists.txt
36+++ CMakeLists.txt
37@@ -369,6 +369,7 @@ target_link_libraries(zig_cpp LINK_PUBLIC
38 ${CLANG_LIBRARIES}
39 ${LLD_LIBRARIES}
40 ${LLVM_LIBRARIES}
41+ "-Wl,/usr/lib/llvm-10/lib/LLVMPolly.so"
42 )
43
44 add_library(opt_c_util STATIC ${OPTIMIZED_C_SOURCES})
45END_PATCH
46
47export CC=gcc-731export CC=gcc-7
48export CXX=g++-732export CXX=g++-7
49mkdir build33mkdir build