aboutsummaryrefslogtreecommitdiffstats
path: root/test/LTO/no-undefined-puts-when-implemented.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/LTO/no-undefined-puts-when-implemented.ll')
-rw-r--r--test/LTO/no-undefined-puts-when-implemented.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LTO/no-undefined-puts-when-implemented.ll b/test/LTO/no-undefined-puts-when-implemented.ll
index 18f5d21..29db8a6 100644
--- a/test/LTO/no-undefined-puts-when-implemented.ll
+++ b/test/LTO/no-undefined-puts-when-implemented.ll
@@ -1,6 +1,6 @@
; RUN: llvm-as <%s >%t1
; RUN: llvm-lto -exported-symbol=_uses_puts -exported-symbol=_uses_printf -o - %t1 | \
-; RUN: llvm-nm | \
+; RUN: llvm-nm - | \
; RUN: FileCheck %s
; rdar://problem/16165191
; runtime library implementations should not be renamed