Closed
Bug 911140
Opened 12 years ago
Closed 12 years ago
C++11 atomics never used with clang -stdlib=libc++
Categories
(Core :: MFBT, defect)
Tracking
()
RESOLVED
FIXED
mozilla26
People
(Reporter: jbeich, Assigned: jbeich)
References
Details
Attachments
(1 file)
967 bytes,
patch
|
jcranmer
:
review+
|
Details | Diff | Splinter Review |
After bug 906783, Clang no longer attempts to use C++11 atomics
with -stdlib=libc++. It didn't before for Linux and OpenBSD
due to attachment 754962 [details] [diff] [review] idea being rejected.
FreeBSD 10.0 is going to have clang/libc++ used by default.
The typo makes clang/libc++ use #ifdef __GNUC__.
Attachment #797798 -
Flags: review?(Pidgeot18)
Updated•12 years ago
|
Attachment #797798 -
Flags: review?(Pidgeot18) → review+
Keywords: checkin-needed
Comment 2•12 years ago
|
||
Assignee: nobody → jbeich
Keywords: checkin-needed
Comment 3•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
You need to log in
before you can comment on or make changes to this bug.
Description
•