diff options
| -rw-r--r-- | lld/test/ELF/icf13.s | 4 | 
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  | 

