[Lldb-commits] [lldb] [LLDB] Require target-x86/x86_64 for MSVC C mangling test (PR #162335)
via lldb-commits
lldb-commits at lists.llvm.org
Tue Oct 7 10:54:04 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-lldb
Author: nerix (Nerixyz)
<details>
<summary>Changes</summary>
Fixes the test failure from https://github.com/llvm/llvm-project/pull/161678#issuecomment-3377949862.
---
Full diff: https://github.com/llvm/llvm-project/pull/162335.diff
1 Files Affected:
- (modified) lldb/test/Shell/SymbolFile/NativePDB/c-calling-conventions.cpp (+1-1)
``````````diff
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
``````````
</details>
https://github.com/llvm/llvm-project/pull/162335
More information about the lldb-commits
mailing list