Bug 164449 - Fixed compilation of LLInt with MinGW
Summary: Fixed compilation of LLInt with MinGW
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Konstantin Tokarev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-05 06:42 PDT by Konstantin Tokarev
Modified: 2016-11-05 11:03 PDT (History)
10 users (show)

See Also:


Attachments
Patch (2.90 KB, patch)
2016-11-05 06:51 PDT, Konstantin Tokarev
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Konstantin Tokarev 2016-11-05 06:42:14 PDT
MinGW uses LLIntAssembly.h with GNU assembler syntax, just like GCC on other platforms.
Comment 1 Konstantin Tokarev 2016-11-05 06:51:37 PDT
Created attachment 293994 [details]
Patch
Comment 2 Konstantin Tokarev 2016-11-05 11:03:29 PDT
Comment on attachment 293994 [details]
Patch

Clearing flags on attachment: 293994

Committed r208420: <http://trac.webkit.org/changeset/208420>
Comment 3 Konstantin Tokarev 2016-11-05 11:03:38 PDT
All reviewed patches have been landed.  Closing bug.