[PATCH] D57796: [ELF] Fix typo in test/ELF/trace.s

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 17:00:37 PST 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL353254: [ELF] Fix typo in test/ELF/trace.s (authored by sbc, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57796/new/

https://reviews.llvm.org/D57796

Files:
  lld/trunk/test/ELF/trace.s


Index: lld/trunk/test/ELF/trace.s
===================================================================
--- lld/trunk/test/ELF/trace.s
+++ lld/trunk/test/ELF/trace.s
@@ -6,4 +6,4 @@
 # CHECK: {{.*}}.foo.o
 
 ## Check --trace alias
-# RUN: ld.lld -shared %t.foo.o -o %t.so -t 2>&1 | FileCheck %s
+# RUN: ld.lld -shared %t.foo.o -o %t.so --trace 2>&1 | FileCheck %s


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D57796.185446.patch
Type: text/x-patch
Size: 362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/ed1124f1/attachment.bin>


More information about the llvm-commits mailing list