[Lldb-commits] [lldb] [lldb] Add lld requirement to NativePDB test (PR #161731)

via lldb-commits lldb-commits at lists.llvm.org
Thu Oct 2 13:40:31 PDT 2025


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-lldb

Author: Alex Langford (bulbazord)

<details>
<summary>Changes</summary>

The cpp file fails to build without `lld-link`.

---
Full diff: https://github.com/llvm/llvm-project/pull/161731.diff


1 Files Affected:

- (modified) lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp (+1-1) 


``````````diff
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp
index 81d643d9572d8..beb5ae2f90256 100644
--- a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp
+++ b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp
@@ -1,4 +1,4 @@
-// REQUIRES: x86
+// REQUIRES: lld, x86
 
 // Test symtab reading
 // RUN: %build --compiler=clang-cl --arch=64 --nodefaultlib -o %t.exe -- %s

``````````

</details>


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


More information about the lldb-commits mailing list