Ignore:
Timestamp:
Aug 19, 2014, 10:36:54 AM (11 years ago)
Author:
[email protected]
Message:

[CMake] Generate LLInt assembly correctly on Windows.
https://bugs.webkit.org/show_bug.cgi?id=135888

Patch by Alex Christensen <[email protected]> on 2014-08-19
Reviewed by Oliver Hunt.

  • CMakeLists.txt:

Generate LowLevelInterpreterWin.asm instead of LLIntAssembly.h on Windows like the existing build system.

  • PlatformWin.cmake:

Don't build JSGlobalObjectInspectorController.cpp on Windows.

  • offlineasm/x86.rb:

Detect non-cygwin ruby installations correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r172746 r172754  
     12014-08-19  Alex Christensen  <[email protected]>
     2
     3        [CMake] Generate LLInt assembly correctly on Windows.
     4        https://bugs.webkit.org/show_bug.cgi?id=135888
     5
     6        Reviewed by Oliver Hunt.
     7
     8        * CMakeLists.txt:
     9        Generate LowLevelInterpreterWin.asm instead of LLIntAssembly.h on Windows like the existing build system.
     10        * PlatformWin.cmake:
     11        Don't build JSGlobalObjectInspectorController.cpp on Windows.
     12        * offlineasm/x86.rb:
     13        Detect non-cygwin ruby installations correctly.
     14
    1152014-08-19  Michael Saboff  <[email protected]>
    216
Note: See TracChangeset for help on using the changeset viewer.