Changeset 195407 in webkit


Ignore:
Timestamp:
Jan 21, 2016 4:51:44 AM (8 years ago)
Author:
peavo@outlook.com
Message:

[B3][CMake] Add missing source file.
https://bugs.webkit.org/show_bug.cgi?id=153303

Reviewed by Csaba Osztrogonác.

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

Legend:

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

    r195395 r195407  
    122122    b3/B3Effects.cpp
    123123    b3/B3FixSSA.cpp
     124    b3/B3FoldPathConstants.cpp
    124125    b3/B3FrequencyClass.cpp
    125126    b3/B3Generate.cpp
  • trunk/Source/JavaScriptCore/ChangeLog

    r195398 r195407  
     12016-01-21  Per Arne Vollan  <peavo@outlook.com>
     2
     3        [B3][CMake] Add missing source file.
     4        https://bugs.webkit.org/show_bug.cgi?id=153303
     5
     6        Reviewed by Csaba Osztrogonác.
     7
     8        * CMakeLists.txt:
     9
    1102016-01-20  Commit Queue  <commit-queue@webkit.org>
    211
Note: See TracChangeset for help on using the changeset viewer.