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

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


Author: Alex Langford
Date: 2025-10-02T13:50:11-07:00
New Revision: dbffd0aeaf3484fe3d846a10b3c3b1e48ccdf7ef

URL: https://github.com/llvm/llvm-project/commit/dbffd0aeaf3484fe3d846a10b3c3b1e48ccdf7ef
DIFF: https://github.com/llvm/llvm-project/commit/dbffd0aeaf3484fe3d846a10b3c3b1e48ccdf7ef.diff

LOG: [lldb] Add lld requirement to NativePDB test (#161731)

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

Added: 
    

Modified: 
    lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp

Removed: 
    


################################################################################
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


        


More information about the lldb-commits mailing list