Details
Details
- Reviewers
eugenis browneee - Commits
- rG84b8dc710c2d: [NFC][sanitizer] Extract ScopedBlockSignals
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This patch broke the Solaris/amd64 buildbot:
[71/467] Generating I386SunOSConfig/Asan-i386-calls-Noinst-Test FAILED: projects/compiler-rt/lib/asan/tests/I386SunOSConfig/Asan-i386-calls-Noinst-Test cd /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/projects/compiler-rt/lib/asan/tests && /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/./bin/clang++ ASAN_NOINST_TEST_OBJECTS.gtest-all.cc.i386-calls.o ASAN_NOINST_TEST_OBJECTS.asan_fake_stack_test.cpp.i386-calls.o ASAN_NOINST_TEST_OBJECTS.asan_noinst_test.cpp.i386-calls.o ASAN_NOINST_TEST_OBJECTS.asan_test_main.cpp.i386-calls.o /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/projects/compiler-rt/lib/asan/tests/libRTAsanTest.i386.a -o /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/projects/compiler-rt/lib/asan/tests/I386SunOSConfig/./Asan-i386-calls-Noinst-Test -Wthread-safety -Wthread-safety-reference -Wthread-safety-beta -g --driver-mode=g++ -lm -ldl -lrt -pthread -m32 Undefined first referenced symbol in file _ZN11__sanitizer18ScopedBlockSignalsD1Ev /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/projects/compiler-rt/lib/asan/tests/libRTAsanTest.i386.a(sanitizer_linux.cpp.o) _ZN11__sanitizer18ScopedBlockSignalsC1EPNS_20__sanitizer_sigset_tE /opt/llvm-buildbot/home/solaris11-amd64/clang-solaris11-amd64/stage1/projects/compiler-rt/lib/asan/tests/libRTAsanTest.i386.a(sanitizer_linux.cpp.o) ld: fatal: symbol referencing errors
The definitions are within a !SANITIZER_SOLARIS && !SANITIZER_NETBSD block.
Comment Actions
Sorry, 3330a6670ee8d725f16c61fa127ba93613f1fc1f should fix.
It did indeed: the buildbot is (mostly) green again. Thanks.