aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2018-11-14 18:11:41 +0800
committerGitHub <noreply@github.com>2018-11-14 18:11:41 +0800
commit17e81c6ecabe3be8f0553e13ab93393d7315a4d0 (patch)
treeec9c1a0c5f4b2202e30b43106aa5f79cc86f2338 /docs
parentbf5b94587f5a6d4d631b91081608498a71362cf1 (diff)
parent74553efb69cedbd5b24e6594df0fbf525718659d (diff)
downloaddexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.gz
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.bz2
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.lz
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.xz
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.tar.zst
dexon-solidity-17e81c6ecabe3be8f0553e13ab93393d7315a4d0.zip
Merge pull request #5410 from ethereum/lll-build
Do not build LLL unless requested via the LLL cmake option
Diffstat (limited to 'docs')
-rw-r--r--docs/lll.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/lll.rst b/docs/lll.rst
index d9409bf8..16be829e 100644
--- a/docs/lll.rst
+++ b/docs/lll.rst
@@ -9,6 +9,13 @@ LLL is a low-level language for the EVM with an s-expressions syntax.
The Solidity repository contains an LLL compiler, which shares the assembler subsystem with Solidity.
However, apart from maintaining that it still compiles, no other improvements are made to it.
+It is not built unless specifically requested:
+
+.. code-block:: bash
+
+ $ cmake -DLLL=ON ..
+ $ cmake --build .
+
.. warning::
The LLL codebase is deprecated and will be removed from the Solidity repository in the future.