Add support for the -x86-asm-syntax flag, which can be used to choose between
authorChris Lattner <sabre@nondot.org>
Sun, 3 Oct 2004 20:36:57 +0000 (20:36 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 3 Oct 2004 20:36:57 +0000 (20:36 +0000)
commit9a3e49a1b3f54e6f29496108b13aed3111f004a0
treea7b537388a262cc62292b3ca83952f3454b9bbd5
parent3a173dfc7240aed52a9ebaea6890a76cf54ec333
Add support for the -x86-asm-syntax flag, which can be used to choose between
Intel and AT&T style assembly language.  The ultimate goal of this is to
eliminate the GasBugWorkaroundEmitter class, but for now AT&T style emission
is not fully operational.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16639 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/Makefile
lib/Target/X86/X86.td
lib/Target/X86/X86AsmPrinter.cpp