Changeset 195313 in webkit


Ignore:
Timestamp:
Jan 19, 2016 1:48:25 PM (8 years ago)
Author:
Csaba Osztrogonác
Message:

[cmake] Fix the B3 build after r195159
https://bugs.webkit.org/show_bug.cgi?id=153232

Reviewed by Yusuke Suzuki.

  • CMakeLists.txt:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/CMakeLists.txt

    r195298 r195313  
    123123    b3/B3HeapRange.cpp
    124124    b3/B3InsertionSet.cpp
     125    b3/B3LegalizeMemoryOffsets.cpp
    125126    b3/B3LowerMacros.cpp
    126127    b3/B3LowerMacrosAfterOptimizations.cpp
  • trunk/Source/JavaScriptCore/ChangeLog

    r195308 r195313  
     12016-01-19  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        [cmake] Fix the B3 build after r195159
     4        https://bugs.webkit.org/show_bug.cgi?id=153232
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * CMakeLists.txt:
     9
    1102016-01-19  Commit Queue  <commit-queue@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.