diff options
| author | Alex Langford <alangford@apple.com> | 2025-10-02 13:50:11 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-02 13:50:11 -0700 |
| commit | dbffd0aeaf3484fe3d846a10b3c3b1e48ccdf7ef (patch) | |
| tree | 4bf0b37773e7a3166fab6b8dd9b9e5610d08c98d | |
| parent | ea443d528d1a6687c2f5ecfe3de62e5c9d2ca42c (diff) | |
[lldb] Add lld requirement to NativePDB test (#161731)
The cpp file fails to build without `lld-link`.
| -rw-r--r-- | lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp b/lldb/test/Shell/SymbolFile/NativePDB/symtab.cpp index 81d643d9572d..beb5ae2f9025 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 |
