diff options
-rw-r--r-- | lld/test/ELF/as-needed.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/test/ELF/as-needed.s b/lld/test/ELF/as-needed.s index bcfa32d01f6..a7bba79d57b 100644 --- a/lld/test/ELF/as-needed.s +++ b/lld/test/ELF/as-needed.s @@ -22,7 +22,7 @@ // RUN: ld.lld --as-needed %t.o %t2.so --no-as-needed %t3.so %t4.so -o %t2 // RUN: llvm-readobj -dynamic-table %t2 | FileCheck %s -/// GROUP directive is the same as --as-needed. +/// GROUP command is the same as listing the files on the command line. // RUN: echo "GROUP(\"%t2.so\" \"%t3.so\" \"%t4.so\")" > %t.script // RUN: ld.lld %t.o %t.script -o %t2 |