[lld] r373145 - [LLD] [test] Add a forgotten comment. NFC.

Martin Storsjo via llvm-commits llvm-commits at lists.llvm.org
Sat Sep 28 02:51:02 PDT 2019


Author: mstorsjo
Date: Sat Sep 28 02:51:02 2019
New Revision: 373145

URL: http://llvm.org/viewvc/llvm-project?rev=373145&view=rev
Log:
[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.

Modified:
    lld/trunk/test/ELF/undef.s

Modified: lld/trunk/test/ELF/undef.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/undef.s?rev=373145&r1=373144&r2=373145&view=diff
==============================================================================
--- lld/trunk/test/ELF/undef.s (original)
+++ lld/trunk/test/ELF/undef.s Sat Sep 28 02:51:02 2019
@@ -23,6 +23,8 @@
 # CHECK: error: undefined symbol: vtable for Foo
 # CHECK: the vtable symbol may be undefined because the class is missing its key function (see https://lld.llvm.org/missingkeyfunction)
 
+# Check that this symbol isn't demangled
+
 # CHECK: error: undefined symbol: __Z3fooi
 # CHECK: >>> referenced by undef.s
 # CHECK: >>>               {{.*}}:(.text+0x1A)




More information about the llvm-commits mailing list