projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f50299f
)
[ELF] Fix a test comment. NFC
author
Fangrui Song
<maskray@google.com>
Thu, 1 Mar 2018 01:05:04 +0000
(
01:05
+0000)
committer
Fangrui Song
<maskray@google.com>
Thu, 1 Mar 2018 01:05:04 +0000
(
01:05
+0000)
llvm-svn: 326400
lld/test/ELF/as-needed.s
patch
|
blob
|
history
diff --git
a/lld/test/ELF/as-needed.s
b/lld/test/ELF/as-needed.s
index bcfa32d01f66c4adfc47fed89ea1a7f75ce1731b..a7bba79d57b012cf922a9fed99fa22f287345705 100644
(file)
--- 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