Bug 133489 - Build ASan WebKit for iOS Simulator
Summary: Build ASan WebKit for iOS Simulator
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad All
: P2 Normal
Assignee: David Farler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-06-03 14:36 PDT by David Farler
Modified: 2014-06-04 11:18 PDT (History)
1 user (show)

See Also:


Attachments
Patch (4.21 KB, patch)
2014-06-04 09:58 PDT, David Farler
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description David Farler 2014-06-03 14:36:13 PDT
iOS simulator needs a couple of extra options in order to build:

-lclang_rt.asan_iossim_dynamic instead of -lclang_rt.asan_osx_dynamic

and

DumpRenderTree may need a tweak or two since we broke out the static library target.
Comment 1 David Farler 2014-06-04 09:58:18 PDT
Created attachment 232485 [details]
Patch
Comment 2 David Farler 2014-06-04 11:18:51 PDT
Committed r169589: <http://trac.webkit.org/changeset/169589>