[lld] r335479 - [ELF] - Rewrote comment. NFC.
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 25 07:35:47 PDT 2018
Author: grimar
Date: Mon Jun 25 07:35:47 2018
New Revision: 335479
URL: http://llvm.org/viewvc/llvm-project?rev=335479&view=rev
Log:
[ELF] - Rewrote comment. NFC.
Modified:
lld/trunk/test/ELF/icf13.s
Modified: lld/trunk/test/ELF/icf13.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/icf13.s?rev=335479&r1=335478&r2=335479&view=diff
==============================================================================
--- lld/trunk/test/ELF/icf13.s (original)
+++ lld/trunk/test/ELF/icf13.s Mon Jun 25 07:35:47 2018
@@ -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
More information about the llvm-commits
mailing list