Skip to content

Commit 1ee4b9d

Browse files
committed
Remove the LLL compiler
1 parent 9d9a7eb commit 1ee4b9d

23 files changed

+0
-4725
lines changed

CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,7 @@ if (IS_BIG_ENDIAN)
1919
message(FATAL_ERROR "${PROJECT_NAME} currently does not support big endian systems.")
2020
endif()
2121

22-
option(LLL "Build LLL" OFF)
2322
option(SOLC_LINK_STATIC "Link solc executable statically on supported platforms" OFF)
24-
option(LLLC_LINK_STATIC "Link lllc executable statically on supported platforms" OFF)
25-
option(INSTALL_LLLC "Include lllc executable in installation" ${LLL})
2623

2724
# Setup cccache.
2825
include(EthCcache)
@@ -61,10 +58,6 @@ add_subdirectory(libsolc)
6158

6259
if (NOT EMSCRIPTEN)
6360
add_subdirectory(solc)
64-
if (LLL)
65-
add_subdirectory(liblll)
66-
add_subdirectory(lllc)
67-
endif()
6861
endif()
6962

7063
if (TESTS AND NOT EMSCRIPTEN)

cmake/EthOptions.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ if (SUPPORT_TOOLS)
4141
endif()
4242
message("------------------------------------------------------------------ flags")
4343
message("-- OSSFUZZ ${OSSFUZZ}")
44-
message("-- LLL ${LLL}")
4544
message("------------------------------------------------------------------------")
4645
message("")
4746
endmacro()

liblll/CMakeLists.txt

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)