Bug 121663 - Atomics.h does not build on MinGW
Summary: Atomics.h does not build on MinGW
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Template Framework (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Allan Sandfeld Jensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-20 02:22 PDT by Allan Sandfeld Jensen
Modified: 2013-09-20 09:44 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2013-09-20 02:23 PDT, Allan Sandfeld Jensen
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Allan Sandfeld Jensen 2013-09-20 02:22:17 PDT
MinGW does not have _ReadWriteBarrier() intrinsic, but does have GCC inline assembler, so use the GCC definitions instead of MSVC ones.
Comment 1 Allan Sandfeld Jensen 2013-09-20 02:23:11 PDT
Created attachment 212135 [details]
Patch
Comment 2 WebKit Commit Bot 2013-09-20 09:44:37 PDT
Comment on attachment 212135 [details]
Patch

Clearing flags on attachment: 212135

Committed r156170: <http://trac.webkit.org/changeset/156170>
Comment 3 WebKit Commit Bot 2013-09-20 09:44:39 PDT
All reviewed patches have been landed.  Closing bug.