Closed
Bug 1286483
Opened 8 years ago
Closed 8 years ago
Have bindgen work with MSVC target
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: xidorn, Assigned: xidorn)
References
Details
I've been working on making bindgen work with MSVC target.
It turns out that Clang 3.8 doesn't work well with MSVC 2015, since it doesn't support enough language extension from MSVC, so that it fails to parse some of the stdlib headers there.
According to the user manual, it seems Clang 3.9 would well support MSVC 2015. I'll try that later.
Assignee | ||
Comment 1•8 years ago
|
||
So Clang SVN does work with our code with some additional flags specified.
Assignee | ||
Comment 2•8 years ago
|
||
Oh, this has been fixed with https://github.com/servo/servo/pull/12498
But people currently would still need to build Clang from trunk themselves to get things work.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•