File tree 1 file changed +6
-3
lines changed
1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -185,7 +185,10 @@ jobs:
185
185
-DANDROID_ABI=armeabi-v7a
186
186
-DLLVM_TARGET_ARCH=ARM
187
187
-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
189
192
)
190
193
elif [[ "$arch" == aarch64 ]]; then
191
194
flags+=(
@@ -195,8 +198,8 @@ jobs:
195
198
# work around undefined symbols when linking shared asan/tsan/ubsan libraries:
196
199
-DCOMPILER_RT_USE_BUILTINS_LIBRARY=ON
197
200
-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
200
203
)
201
204
fi
202
205
fi
You can’t perform that action at this time.
0 commit comments