From 871b0591294ba68f694ec7105e0479499354f99e Mon Sep 17 00:00:00 2001 From: George Rimar Date: Mon, 25 Jun 2018 14:35:47 +0000 Subject: [ELF] - Rewrote comment. NFC. llvm-svn: 335479 --- lld/test/ELF/icf13.s | 4 ++-- 1 file 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 -- cgit v1.2.1