Closed
Bug 854914
Opened 10 years ago
Closed 10 years ago
Allow clang to build in C++11 mode
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla22
People
(Reporter: glandium, Assigned: glandium)
Details
Attachments
(1 file, 1 obsolete file)
Work around http://llvm.org/bugs/show_bug.cgi?id=13530.
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #729584 -
Flags: review?(ted)
Assignee | ||
Comment 2•10 years ago
|
||
Comment on attachment 729584 [details] [diff] [review] Allow clang to build in C++11 mode by working around http://llvm.org/bugs/show_bug.cgi?id=13530 Grah, this obviously doesn't survive a re-configure with config.cache.
Attachment #729584 -
Flags: review?(ted)
Comment 3•10 years ago
|
||
Comment on attachment 729584 [details] [diff] [review] Allow clang to build in C++11 mode by working around http://llvm.org/bugs/show_bug.cgi?id=13530 Review of attachment 729584 [details] [diff] [review]: ----------------------------------------------------------------- ::: configure.in @@ +2715,5 @@ > [AC_TRY_COMPILE([#include <memory>], [], > + CXXFLAGS="$CXXFLAGS -I$_topsrcdir/build/unix/headers" > + AC_TRY_COMPILE([#include <memory>], [], > + ac_cv_cxx0x_headers_bug="no", > + ac_cv_cxx0x_headers_bug="yes"), Seems a little weird to shove this test into this other test. I think it'd be clearer if you split it out into its own test, and noted what you're testing for.
Assignee | ||
Comment 4•10 years ago
|
||
Attachment #729681 -
Flags: review?(ted)
Assignee | ||
Updated•10 years ago
|
Attachment #729584 -
Attachment is obsolete: true
Updated•10 years ago
|
Attachment #729681 -
Flags: review?(ted) → review+
Assignee | ||
Comment 5•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/2ab72bbb04db
Comment 6•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/2ab72bbb04db
Status: NEW → RESOLVED
Closed: 10 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla22
Updated•5 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•