[ELF] Fix a test comment. NFC
authorFangrui Song <maskray@google.com>
Thu, 1 Mar 2018 01:05:04 +0000 (01:05 +0000)
committerFangrui Song <maskray@google.com>
Thu, 1 Mar 2018 01:05:04 +0000 (01:05 +0000)
llvm-svn: 326400

lld/test/ELF/as-needed.s

index bcfa32d01f66c4adfc47fed89ea1a7f75ce1731b..a7bba79d57b012cf922a9fed99fa22f287345705 100644 (file)
@@ -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