[libunwind] [libunwind][test] set fed test to require x86 as others arch may have cross toolchain build (PR #156383)

Wu Yingcong via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 9 18:06:56 PDT 2025


================
@@ -13,7 +13,9 @@
 
 // clang-format off
 
-// REQUIRES: linux
+// REQUIRES: target={{x86_64-.+-linux-gnu}}
----------------
yingcong-wu wrote:

That is a good suggestion. I will give it a try later.

https://github.com/llvm/llvm-project/pull/156383


More information about the cfe-commits mailing list