Fix test in external_symbolizer_path.cpp, by adding a REQUIRES: static-lib.

Follow-up to https://reviews.llvm.org/D94563.
This commit is contained in:
Amy Huang 2021-02-12 13:58:50 -08:00
parent d32ed9b27e
commit 60a55337e0
1 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,10 @@
// If the binary looks up libraries using an rpath, we can't test this
// without copying the whole lib dir or polluting the build dir.
// REQUIRES: static-libs
// The above also applies if the binary is built with libc++.
// UNSUPPORTED: libcxx-used
// RUN: rm -rf %t.bin
// RUN: mkdir %t.bin
// RUN: cp $(which llvm-symbolizer) %t.bin