aboutsummaryrefslogtreecommitdiffstats
path: root/test/MC
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-09-20 07:17:49 +0000
committerChris Lattner <sabre@nondot.org>2009-09-20 07:17:49 +0000
commitd6153b455d4f5ef8514356fbfbbeae0f2281ad77 (patch)
treea6e92bd5e5f457622036754aee7ca8531bf0ef57 /test/MC
parenta77caae2f50e84a6e1b6e084709806b65680b005 (diff)
downloadexternal_llvm-d6153b455d4f5ef8514356fbfbbeae0f2281ad77.zip
external_llvm-d6153b455d4f5ef8514356fbfbbeae0f2281ad77.tar.gz
external_llvm-d6153b455d4f5ef8514356fbfbbeae0f2281ad77.tar.bz2
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
Diffstat (limited to 'test/MC')
-rw-r--r--test/MC/AsmParser/hello.s1
1 files changed, 1 insertions, 0 deletions
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