Skip to content

Commit 60a5533

Browse files
committed
Fix test in external_symbolizer_path.cpp, by adding a REQUIRES: static-lib.
Follow-up to https://reviews.llvm.org/D94563.
1 parent d32ed9b commit 60a5533

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// If the binary looks up libraries using an rpath, we can't test this
2+
// without copying the whole lib dir or polluting the build dir.
3+
// REQUIRES: static-libs
4+
5+
// The above also applies if the binary is built with libc++.
6+
// UNSUPPORTED: libcxx-used
7+
18
// RUN: rm -rf %t.bin
29
// RUN: mkdir %t.bin
310
// RUN: cp $(which llvm-symbolizer) %t.bin

0 commit comments

Comments
 (0)