Skip to content

Commit dbffd0a

Browse files
authored
[lldb] Add lld requirement to NativePDB test (#161731)
The cpp file fails to build without `lld-link`.
1 parent ea443d5 commit dbffd0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// REQUIRES: x86
1+
// REQUIRES: lld, x86
22

33
// Test symtab reading
44
// RUN: %build --compiler=clang-cl --arch=64 --nodefaultlib -o %t.exe -- %s

0 commit comments

Comments
 (0)