Skip to content

Commit c16d252

Browse files
authored
[LLDB] Require target-x86/x86_64 for MSVC C mangling test (#162335)
Fixes the test failure from llvm/llvm-project#161678 (comment).
1 parent d09d63a commit c16d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// clang-format off
2-
// REQUIRES: lld, x86
2+
// REQUIRES: lld, (target-x86 || target-x86_64)
33

44
// RUN: %build --compiler=clang-cl --arch=32 --nodefaultlib --output=%t-32.exe %s
55
// RUN: lldb-test symbols %t-32.exe | FileCheck --check-prefixes CHECK-32,CHECK-BOTH %s

0 commit comments

Comments
 (0)