Bug 144566

Summary: [cmake] ARM related build system cleanup
Product: WebKit Reporter: Csaba Osztrogonác <ossy>
Component: New BugsAssignee: Csaba Osztrogonác <ossy>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, ossy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Csaba Osztrogonác 2015-05-04 04:09:27 PDT
Now some ARM specific files are added conditionally.
These files are guarded properly and the other platform
files are added unconditionally too.

if (WTF_CPU_ARM)
    list(APPEND JavaScriptCore_SOURCES
        assembler/ARMAssembler.cpp
        assembler/ARMv7Assembler.cpp
        assembler/MacroAssemblerARM.cpp
    )
...
endif()
Comment 1 Csaba Osztrogonác 2015-05-04 04:10:31 PDT
Created attachment 252305 [details]
Patch
Comment 2 WebKit Commit Bot 2015-05-04 16:48:04 PDT
Comment on attachment 252305 [details]
Patch

Clearing flags on attachment: 252305

Committed r183779: <http://trac.webkit.org/changeset/183779>
Comment 3 WebKit Commit Bot 2015-05-04 16:48:08 PDT
All reviewed patches have been landed.  Closing bug.