Skip to content

Commit cd1099b

Browse files
committed
[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. Canonical link: https://commits.webkit.org/172550@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@196796 268f45cc-cd09-0410-ab3c-d52691b4dbfc
1 parent a01ec7c commit cd1099b

2 files changed

Lines changed: 11 additions & 5 deletions

File tree

Source/JavaScriptCore/ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
2016-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+
112
2016-02-18 Saam Barati <sbarati@apple.com>
213

314
Implement Proxy.[[HasProperty]]

Source/JavaScriptCore/PlatformGTK.cmake

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,6 @@ if (ENABLE_INTROSPECTION)
3838
)
3939
endif ()
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-
4641
add_definitions(-DSTATICALLY_LINKED_WITH_WTF)
4742
add_definitions(-DLIBDIR="${LIB_INSTALL_DIR}")
4843

0 commit comments

Comments
 (0)