From 8c6bad2f6602e3d32eb8b58ed714a7e1c62013a8 Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Fri, 17 Jul 2009 22:38:58 +0000 Subject: llvm-mc: Add -triple, and start fetching the target asm printer. llvm-svn: 76257 --- llvm/test/MC/AsmParser/directive_ascii.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/test/MC/AsmParser/directive_ascii.s') diff --git a/llvm/test/MC/AsmParser/directive_ascii.s b/llvm/test/MC/AsmParser/directive_ascii.s index 9f21e8cee35..67fcde3ef50 100644 --- a/llvm/test/MC/AsmParser/directive_ascii.s +++ b/llvm/test/MC/AsmParser/directive_ascii.s @@ -1,4 +1,4 @@ -# RUN: llvm-mc %s | FileCheck %s +# RUN: llvm-mc -triple i386-unknown-unknown %s | FileCheck %s # CHECK: TEST0: TEST0: @@ -21,4 +21,4 @@ TEST2: TEST3: .asciz "B", "C" - \ No newline at end of file + -- cgit v1.2.3