summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/weak.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/X86/weak.ll')
-rw-r--r--test/CodeGen/X86/weak.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/weak.ll b/test/CodeGen/X86/weak.ll
index 28638af..8590e8d 100644
--- a/test/CodeGen/X86/weak.ll
+++ b/test/CodeGen/X86/weak.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86
+; RUN: llc < %s -march=x86
@a = extern_weak global i32 ; <i32*> [#uses=1]
@b = global i32* @a ; <i32**> [#uses=0]
OpenPOWER on IntegriCloud