Bug 133489

Summary: Build ASan WebKit for iOS Simulator
Product: WebKit Reporter: David Farler <dfarler>
Component: Tools / TestsAssignee: David Farler <dfarler>
Status: RESOLVED FIXED    
Severity: Normal CC: ddkilzer
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: iPhone / iPad   
OS: All   
Attachments:
Description Flags
Patch darin: review+

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>