We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28ab529 commit 48d90e9Copy full SHA for 48d90e9
Jenkinsfile
@@ -107,11 +107,9 @@ pipeline {
107
}
108
dir('vml/build') {
109
sh """
110
- # Use sed since CMakeLists.txt does not use option command.
111
- sed -e 's:linux/libclang_rt.builtins-ve.a:ve-unknown-linux-gnu/libclang_rt.builtins.a:' -i ../CMakeLists.txt
112
${CMAKE} -DCMAKE_BUILD_TYPE="Debug" \
113
-DLLVM_DIR=${TOP}/llvm-dev/install/lib/cmake/llvm \
114
- -DCLANG_RUNTIME=${TOP}/llvm-dev/install/lib/clang/14.0.0/lib/ve-unknown-linux-gnu/libclang_rt.builtins.a \
+ -DCLANG_RUNTIME=${TOP}/llvm-dev/install/lib/clang/15.0.0/lib/ve-unknown-linux-gnu/libclang_rt.builtins.a \
115
-DNCC_VERSION=-3.0.6 ..
116
# make -j often crash
117
make -j${COMPILE_THREADS}
0 commit comments