Author: Alex Richardson
Date: 2023-09-22T16:16:16-07:00
New Revision: ab7896231e176e52801702b7221bcac2f4ffbd59

URL: 
https://github.com/llvm/llvm-project/commit/ab7896231e176e52801702b7221bcac2f4ffbd59
DIFF: 
https://github.com/llvm/llvm-project/commit/ab7896231e176e52801702b7221bcac2f4ffbd59.diff

LOG: [libunwind] Relax a REQUIRES on a test that passes on FreeBSD

Added: 
    

Modified: 
    libunwind/test/forceunwind.pass.cpp

Removed: 
    


################################################################################
diff  --git a/libunwind/test/forceunwind.pass.cpp 
b/libunwind/test/forceunwind.pass.cpp
index 8c26551b6d0b678..265b2ec6a49a469 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


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to