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 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
