From 43002f1ef20d70477b6d47f2cd2f2d1231a71883 Mon Sep 17 00:00:00 2001 From: eleensmathew <92302620+eleensmathew@users.noreply.github.com> Date: Mon, 17 Jan 2022 17:58:19 +0300 Subject: [PATCH] removed references to LLVM Nativizer Please review pull request --- site/source/docs/site/glossary.rst | 9 --------- 1 file changed, 9 deletions(-) diff --git a/site/source/docs/site/glossary.rst b/site/source/docs/site/glossary.rst index df5621d59e725..900f4b4c77bff 100644 --- a/site/source/docs/site/glossary.rst +++ b/site/source/docs/site/glossary.rst @@ -88,15 +88,6 @@ Emscripten tools and dependencies LLVM Interpreter The `LLVM interpreter (LLI) `_ executes programs from :term:`LLVM` bitcode. This tool is not maintained and has odd errors and crashes. - Emscripten provides an alternative tool, the :term:`LLVM Nativizer`. - - LLVM Nativizer - The LLVM Nativizer (`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. - - It performs a similar role to the :term:`LLVM Interpreter`. - - .. note:: Sometimes the output of the this tool will crash or fail. This tool is intended for developers fixing bugs in Emscripten. - SDK Terms =========