Skip to content

Commit ac7c6d5

Browse files
committed
[LLD] [test] Add a forgotten comment. NFC.
This was requested in https://reviews.llvm.org/D68014, but I forgot to add it before pushing the commit. llvm-svn: 373145
1 parent c20fd85 commit ac7c6d5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lld/test/ELF/undef.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
# CHECK: error: undefined symbol: vtable for Foo
2424
# CHECK: the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
2525

26+
# Check that this symbol isn't demangled
27+
2628
# CHECK: error: undefined symbol: __Z3fooi
2729
# CHECK: >>> referenced by undef.s
2830
# CHECK: >>> {{.*}}:(.text+0x1A)

0 commit comments

Comments
 (0)