summaryrefslogtreecommitdiffstats
path: root/docs/building.md
diff options
context:
space:
mode:
authorYong He <yonghe@outlook.com>2024-08-20 21:26:43 -0700
committerGitHub <noreply@github.com>2024-08-20 21:26:43 -0700
commite97e7e512287221513324c644cf51543cf393053 (patch)
treecec5feda53f28d97a98511ab221992dd745f462c /docs/building.md
parent359e96c6d94b59950681d69fc7534d0bbbd8e9be (diff)
Revert "Fetch slang-llvm.so from correct release (#4847)" (#4893)
This reverts commit 579d59c761cb0460701e0e820eb066275fe357b3.
Diffstat (limited to 'docs/building.md')
-rw-r--r--docs/building.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/building.md b/docs/building.md
index d86b80205..2b2435302 100644
--- a/docs/building.md
+++ b/docs/building.md
@@ -101,10 +101,6 @@ There are several options for getting llvm-support:
- You can set `SLANG_SLANG_LLVM_BINARY_URL` to point to a local
`libslang-llvm.so/slang-llvm.dll` or set it to a URL of an zip/archive
containing such a file
- - If this isn't set then the build system tries to download it from the
- release on github matching the current tag. If such a tag doesn't exist
- or doesn't have the correct os*arch combination then the latest release
- will be tried.
- Use a system supplied LLVM: `-DSLANG_SLANG_LLVM_FLAVOR=USE_SYSTEM_LLVM`, you
must have llvm-13.0 and a matching libclang installed. It's important that
either: