Changeset 196796 in webkit


Ignore:
Timestamp:
Feb 18, 2016, 9:12:02 PM (10 years ago)
Author:
Gyuyoung Kim
Message:

[CMake][GTK] Clean up llvm guard in PlatformGTK.cmake
https://bugs.webkit.org/show_bug.cgi?id=154430

Reviewed by Saam Barati.

llvm isn't used anymore.

  • PlatformGTK.cmake: Remove USE_LLVM_DISASSEMBLER guard.
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r196789 r196796  
     12016-02-18  Gyuyoung Kim  <gyuyoung.kim@webkit.org>
     2
     3        [CMake][GTK] Clean up llvm guard in PlatformGTK.cmake
     4        https://bugs.webkit.org/show_bug.cgi?id=154430
     5
     6        Reviewed by Saam Barati.
     7
     8        llvm isn't used anymore.
     9
     10        * PlatformGTK.cmake: Remove USE_LLVM_DISASSEMBLER guard.
     11
    1122016-02-18  Saam Barati  <sbarati@apple.com>
    213
  • trunk/Source/JavaScriptCore/PlatformGTK.cmake

    r196077 r196796  
    3939endif ()
    4040
    41 if (USE_LLVM_DISASSEMBLER)
    42     set(llvmForJSC_LIBRARIES ${LLVM_LIBRARIES})
    43     set(llvmForJSC_INSTALL_DIR "${LIB_INSTALL_DIR}/javascriptcoregtk-${WEBKITGTK_API_VERSION}")
    44 endif ()
    45 
    4641add_definitions(-DSTATICALLY_LINKED_WITH_WTF)
    4742add_definitions(-DLIBDIR="${LIB_INSTALL_DIR}")
Note: See TracChangeset for help on using the changeset viewer.