[LLVMbugs] [Bug 9072] New: MinGW-w64 issues
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jan 27 09:44:06 PST 2011
http://llvm.org/bugs/show_bug.cgi?id=9072
Summary: MinGW-w64 issues
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: normal
Priority: P
Component: new bugs
AssignedTo: unassignedbugs at nondot.org
ReportedBy: vanboxem.ruben at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=6059)
--> (http://llvm.org/bugs/attachment.cgi?id=6059)
patch for the issues listed in the report
When compiling LLVM with MinGW-w64, several easy to fix/workaround issues
popped up:
1. _WIN32_WINNT redefined
2. lib/support/Windows/DynamicLibrary.inc: bad ifdef for mingw-w64 which needs
the function ifdef'ed out
3. explicit symbol declaration for functions not meant to be present on win64
MinGW platforms.
4. tblgen.exe crashes on CellSPU *.inc files
I have attached a patch for these issues (except 3). I would be much obliged if
applied to trunk.
I do not have a clue about number 4, and already opened a bug report about this
here: http://llvm.org/bugs/show_bug.cgi?id=8850
Disabling the target in question lets the build continue and finish happily.
I will update the bug report with "make check" results.
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list