diff --git a/lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp b/lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp index 569eaace1baef..d1d0bb08dfec4 100644 --- a/lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp +++ b/lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp @@ -1,5 +1,5 @@ // clang-format off -// REQUIRES: lld, x86 +// REQUIRES: lld, (target-x86 || target-x86_64) // RUN: %build --compiler=clang-cl --arch=32 --nodefaultlib --output=%t-32.exe %s // RUN: lldb-test symbols %t-32.exe | FileCheck --check-prefixes CHECK-32,CHECK-BOTH %s