Skip to content

Commit 583000b

Browse files
authored
Remove references to LLVM Nativizer (#16044)
Fixes: #15852
1 parent 4bf5e7f commit 583000b

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

site/source/docs/site/glossary.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ Emscripten tools and dependencies
8888
LLVM Interpreter
8989
The `LLVM interpreter (LLI) <http://llvm.org/releases/3.0/docs/CommandGuide/html/lli.html>`_ executes programs from :term:`LLVM` bitcode. This tool is not maintained and has odd errors and crashes.
9090

91-
Emscripten provides an alternative tool, the :term:`LLVM Nativizer`.
92-
93-
LLVM Nativizer
94-
The LLVM Nativizer (`tools/nativize_llvm.py <https://github.com/emscripten-core/emscripten/blob/main/tools/nativize_llvm.py>`_) compiles LLVM bitcode to a native executable. This links to the host libraries, so comparisons of output with Emscripten builds will not necessarily be identical.
95-
96-
It performs a similar role to the :term:`LLVM Interpreter`.
97-
98-
.. note:: Sometimes the output of the this tool will crash or fail. This tool is intended for developers fixing bugs in Emscripten.
99-
10091

10192
SDK Terms
10293
=========

0 commit comments

Comments
 (0)