[all-commits] [llvm/llvm-project] 3b2720: [ubsan][test] Unsupport function.cpp in Android no...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Sun May 21 08:50:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3b272039a88cc9952e5bad71b6b02a62b2c22098
https://github.com/llvm/llvm-project/commit/3b272039a88cc9952e5bad71b6b02a62b2c22098
Author: Fangrui Song <i at maskray.me>
Date: 2023-05-21 (Sun, 21 May 2023)
Changed paths:
M compiler-rt/test/ubsan/TestCases/TypeCheck/Function/lit.local.cfg.py
Log Message:
-----------
[ubsan][test] Unsupport function.cpp in Android non-x86 on sanitizer-x86_64-linux-android after D148573
The qemu environment cannot run an executable with a link-time shared
object built during the test?
```
Input was:
<<<<<<
1: CANNOT LINK EXECUTABLE "/data/local/tmp/Output/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_aarch64/test/ubsan/Standalone-aarch64/TestCases/TypeCheck/Function/Output/function.cpp.tmp": library "/var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/compiler_rt_build_android_aarch64/test/ubsan/Standalone-aarch64/TestCases/TypeCheck/Function/Output/function.cpp.tmp-so.so" not found: needed by main executable
```
More information about the All-commits
mailing list