summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2018-06-25 14:35:47 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2018-06-25 14:35:47 +0000
commit871b0591294ba68f694ec7105e0479499354f99e (patch)
tree627ccfb9aca316e042656769882f48c9efcf7eed
parent73eeb42e50cdc81c0c148b399da0ef0aaf6e8731 (diff)
downloadbcm5719-llvm-871b0591294ba68f694ec7105e0479499354f99e.tar.gz
bcm5719-llvm-871b0591294ba68f694ec7105e0479499354f99e.zip
[ELF] - Rewrote comment. NFC.
llvm-svn: 335479
-rw-r--r--lld/test/ELF/icf13.s4
1 files changed, 2 insertions, 2 deletions
diff --git a/lld/test/ELF/icf13.s b/lld/test/ELF/icf13.s
index 251b446b48a..1c1e42c5430 100644
--- a/lld/test/ELF/icf13.s
+++ b/lld/test/ELF/icf13.s
@@ -1,8 +1,8 @@
# RUN: llvm-mc -filetype=obj -triple=x86_64-unknown-linux %s -o %t1
# RUN: ld.lld -shared -z notext %t1 -o %t --icf=all --print-icf-sections 2>&1 | FileCheck -allow-empty %s
-## Check ICF does not collect sections which relocations point to symbols
-## of the different types. Like to defined and undefined symbols in this test case.
+## Check that ICF does not merge sections which relocations point to symbols
+## that are not of the regular defined kind.
# CHECK-NOT: selected
OpenPOWER on IntegriCloud