From d6153b455d4f5ef8514356fbfbbeae0f2281ad77 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 20 Sep 2009 07:17:49 +0000 Subject: Add an intel syntax MCInstPrinter implementation. You can now transcode from AT&T to intel syntax with "llvm-mc foo.s -output-asm-variant=1" git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@82385 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AsmParser/hello.s | 1 + 1 file changed, 1 insertion(+) (limited to 'test/MC/AsmParser/hello.s') diff --git a/test/MC/AsmParser/hello.s b/test/MC/AsmParser/hello.s index 891e47f..01e3b4d 100644 --- a/test/MC/AsmParser/hello.s +++ b/test/MC/AsmParser/hello.s @@ -1,4 +1,5 @@ // RUN: llvm-mc -triple i386-unknown-unknown %s -o - +// RUN: llvm-mc -triple i386-unknown-unknown %s -o - -output-asm-variant=1 .text .align 4,0x90 -- cgit v1.1