updated handling dllexport in X86AsmPrinter
authorNathan Jeffords <blunted2night@gmail.com>
Sun, 9 May 2010 08:40:06 +0000 (08:40 +0000)
committerNathan Jeffords <blunted2night@gmail.com>
Sun, 9 May 2010 08:40:06 +0000 (08:40 +0000)
commitbb59732d1887091c4c2f6e1d65c74fdf4777b555
treed7ce71415a41122726fb4eaf767173ecbd2c1839
parent071de920a0811a908be46953624867a82f2b22d8
updated handling dllexport in X86AsmPrinter

changed dllexport code to use EmitBytes instead of EmitRawText, and changed the export option to use /EXPORT: instead of -export: on the windows platform

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