aboutsummaryrefslogtreecommitdiff
path: root/libunwind
diff options
context:
space:
mode:
authorAlex Richardson <alexrichardson@google.com>2023-09-22 16:15:48 -0700
committerAlex Richardson <alexrichardson@google.com>2023-09-22 16:16:16 -0700
commitab7896231e176e52801702b7221bcac2f4ffbd59 (patch)
tree68e1eede76a7a6e764b9563da9f3e168a132240a /libunwind
parentd4addec4224ac10f6e9b372704e22574c07b0a1f (diff)
downloadllvm-ab7896231e176e52801702b7221bcac2f4ffbd59.zip
llvm-ab7896231e176e52801702b7221bcac2f4ffbd59.tar.gz
llvm-ab7896231e176e52801702b7221bcac2f4ffbd59.tar.bz2
[libunwind] Relax a REQUIRES on a test that passes on FreeBSD
Diffstat (limited to 'libunwind')
-rw-r--r--libunwind/test/forceunwind.pass.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libunwind/test/forceunwind.pass.cpp b/libunwind/test/forceunwind.pass.cpp
index 8c26551..265b2ec 100644
--- a/libunwind/test/forceunwind.pass.cpp
+++ b/libunwind/test/forceunwind.pass.cpp
@@ -7,7 +7,7 @@
//
//===----------------------------------------------------------------------===//
-// REQUIRES: linux
+// REQUIRES: linux || freebsd
// TODO: Figure out why this fails with Memory Sanitizer.
// XFAIL: msan