[LLVMbugs] [Bug 9732] [Win][mingw] clang cannot not find w64-mingw32 automatically

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Aug 24 05:28:26 PDT 2011


http://llvm.org/bugs/show_bug.cgi?id=9732

vanboxem.ruben at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
                 CC|                            |vanboxem.ruben at gmail.com
         Resolution|                            |WORKSFORME

--- Comment #10 from vanboxem.ruben at gmail.com 2011-08-24 07:28:24 CDT ---
I have fixed this in cooperation with mingw-w64 people: the definition of
inline is adapted to Clang being used.

Also: I implemented a relative header search in InitHeaderSearch for mingw-w64,
so both i686-w64-mingw32 and x86_64-w64-mingw32 should find their C/C++
headers. See my little explanation here:
http://llvm.org/bugs/show_bug.cgi?id=10434

Awaiting a full-blown universal driver solution, this works for people wanting
to experiment with clang.

-- 
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