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

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 5 16:49:46 PST 2019


sbc100 created this revision.
Herald added subscribers: llvm-commits, aheejin, arichardson, emaste.
Herald added a reviewer: espindola.
Herald added a project: LLVM.
sbc100 added a reviewer: ruiu.

Repository:
  rLLD LLVM Linker

https://reviews.llvm.org/D57796

Files:
  test/ELF/trace.s


Index: test/ELF/trace.s
===================================================================
--- test/ELF/trace.s
+++ 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.185442.patch
Type: text/x-patch
Size: 332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190206/92207bf3/attachment.bin>


More information about the llvm-commits mailing list