diff --git a/libunwind/test/eh_frame_fde_pc_range.pass.cpp b/libunwind/test/eh_frame_fde_pc_range.pass.cpp index d8bcb3939913c..39c8e8066264d 100644 --- a/libunwind/test/eh_frame_fde_pc_range.pass.cpp +++ b/libunwind/test/eh_frame_fde_pc_range.pass.cpp @@ -13,7 +13,9 @@ // clang-format off -// REQUIRES: linux +// REQUIRES: target={{x86_64-.+-linux-gnu}} +// aarch64,arm have a cross toolchain build(llvm-clang-win-x-aarch64, etc) +// where objdump is not available. // TODO: Figure out why this fails with Memory Sanitizer. // XFAIL: msan