We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d32ed9b commit 60a5533Copy full SHA for 60a5533
compiler-rt/test/sanitizer_common/TestCases/external_symbolizer_path.cpp
@@ -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
8
// RUN: rm -rf %t.bin
9
// RUN: mkdir %t.bin
10
// RUN: cp $(which llvm-symbolizer) %t.bin
0 commit comments