[LLVMbugs] [Bug 17627] New: compile simple gas style assembly file and target MSVC COFF object file
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sun Oct 20 08:03:27 PDT 2013
http://llvm.org/bugs/show_bug.cgi?id=17627
Bug ID: 17627
Summary: compile simple gas style assembly file and target MSVC
COFF object file
Product: libraries
Version: trunk
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: Backend: X86
Assignee: unassignedbugs at nondot.org
Reporter: yonggangluo at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
When writing simple assembly functions, it's impossible to target
Win32/MSVC/COFF and Unix-like/GCC/ELF at the same time, by using cdecl calling
convention. So I propose the llvm-mc to support gas-style assembly file to
target MSVC/COFF. Not support for MASM style assembly file to target ELF is
just because that's not open enough, and there is a lots of GCC/ELF open source
assembly file exist.
--
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20131020/ea0a1481/attachment.html>
More information about the llvm-bugs
mailing list