[lld] r326400 - [ELF] Fix a test comment. NFC
Fangrui Song via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 17:05:04 PST 2018
Author: maskray
Date: Wed Feb 28 17:05:04 2018
New Revision: 326400
URL: http://llvm.org/viewvc/llvm-project?rev=326400&view=rev
Log:
[ELF] Fix a test comment. NFC
Modified:
lld/trunk/test/ELF/as-needed.s
Modified: lld/trunk/test/ELF/as-needed.s
URL: http://llvm.org/viewvc/llvm-project/lld/trunk/test/ELF/as-needed.s?rev=326400&r1=326399&r2=326400&view=diff
==============================================================================
--- lld/trunk/test/ELF/as-needed.s (original)
+++ lld/trunk/test/ELF/as-needed.s Wed Feb 28 17:05:04 2018
@@ -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
More information about the llvm-commits
mailing list