Skip to content

Commit 540eb76

Browse files
bulbazordgithub-actions[bot]
authored andcommitted
Automerge: [lldb] Add lld requirement to NativePDB test (#161731)
The cpp file fails to build without `lld-link`.
2 parents 01139c8 + dbffd0a commit 540eb76

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)