Bug 169817 - Use USE_INTERNAL_SDK to compute ENABLE_FAST_JIT_PERMISSIONS instead of HAVE_INTERNAL_SDK
Summary: Use USE_INTERNAL_SDK to compute ENABLE_FAST_JIT_PERMISSIONS instead of HAVE_I...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Michael Saboff
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2017-03-17 10:54 PDT by Michael Saboff
Modified: 2017-03-17 14:16 PDT (History)
4 users (show)

See Also:


Attachments
Patch (8.88 KB, patch)
2017-03-17 13:22 PDT, Michael Saboff
fpizlo: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Saboff 2017-03-17 10:54:40 PDT
HAVE_INTERNAL_SDK is not provided in all builds.  The configuration variable USE_INTERNAL_SDK takes this into account and should be used to compute ENABLE_FAST_JIT_PERMISSIONS.
Comment 1 Michael Saboff 2017-03-17 10:55:13 PDT
<rdar://problem/31018542>
Comment 2 Michael Saboff 2017-03-17 13:22:37 PDT
Created attachment 304814 [details]
Patch
Comment 3 Michael Saboff 2017-03-17 14:16:09 PDT
Committed r214121: <http://trac.webkit.org/changeset/214121>