diff options
author | Martin Storsjo <martin@martin.st> | 2019-09-28 09:51:02 +0000 |
---|---|---|
committer | Martin Storsjo <martin@martin.st> | 2019-09-28 09:51:02 +0000 |
commit | ac7c6d554d50bf5848314524e5ed66e12a7de138 (patch) | |
tree | 0fad245460caaa5ec40be60896080ab47067f468 | |
parent | c20fd856d92f7f83d3568a3d8e27eea2cce8f946 (diff) | |
download | bcm5719-llvm-ac7c6d554d50bf5848314524e5ed66e12a7de138.tar.gz bcm5719-llvm-ac7c6d554d50bf5848314524e5ed66e12a7de138.zip |
[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
-rw-r--r-- | lld/test/ELF/undef.s | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lld/test/ELF/undef.s b/lld/test/ELF/undef.s index 3d432b097c9..f16bd4769b1 100644 --- a/lld/test/ELF/undef.s +++ b/lld/test/ELF/undef.s @@ -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) |