Skip to content

Commit 3281ab2

Browse files
committed
bla
1 parent 00741a8 commit 3281ab2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/ldc-release.yml

+6-3
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,10 @@ jobs:
185185
-DANDROID_ABI=armeabi-v7a
186186
-DLLVM_TARGET_ARCH=ARM
187187
-DLLVM_DEFAULT_TARGET_TRIPLE=armv7a-none-linux-androideabi29
188-
-DCOMPILER_RT_BUILD_SANITIZERS=OFF # compiler-rt/lib/interception/interception_type_test.cpp:45:16: error: static assertion failed due to requirement 'sizeof(unsigned int) == sizeof(long long)'
188+
# disable sanitizers and memprof because of:
189+
# compiler-rt/lib/interception/interception_type_test.cpp:45:16: error: static assertion failed due to requirement 'sizeof(unsigned int) == sizeof(long long)'
190+
-DCOMPILER_RT_BUILD_SANITIZERS=OFF
191+
-DCOMPILER_RT_BUILD_MEMPROF=OFF
189192
)
190193
elif [[ "$arch" == aarch64 ]]; then
191194
flags+=(
@@ -195,8 +198,8 @@ jobs:
195198
# work around undefined symbols when linking shared asan/tsan/ubsan libraries:
196199
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON
197200
-DCOMPILER_RT_USE_ATOMIC_LIBRARY=ON
198-
-DSANITIZER_CXX_ABI=libc++
199-
#-DCOMPILER_RT_USE_LLVM_UNWINDER=ON
201+
-DCOMPILER_RT_USE_LLVM_UNWINDER=ON
202+
-DLLVM_ENABLE_RUNTIMES=libunwind
200203
)
201204
fi
202205
fi

0 commit comments

Comments
 (0)