[ELF] Fix a test comment. NFC

llvm-svn: 326400
This commit is contained in:
Fangrui Song 2018-03-01 01:05:04 +00:00
parent f50299fb87
commit 3816c78490
1 changed files with 1 additions and 1 deletions

View 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