Skip to content

Commit 315eca0

Browse files
committed
[lldb] Add lld requirement to NativePDB test
The cpp file fails to compile without `lld-link`.
1 parent 8779ab6 commit 315eca0

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)