Releases: innative-sdk/llvm-project
llvmorg-10.0.0-innative
This contains prebuilt binaries of inNative's LLVM fork for various architectures and platforms. Only the LLD project has actual code changes - LLVM itself has simply been recompiled with /MT
and C++17
options to avoid an ABI break. Unfortunately, this means that a precompiled version of LLVM won't work with inNative.
Place these .zip/.tar.gz files inside the bin folder, extract them, and rename the LLVM folder to llvm. If a CMake project has been provided, you may be able to configure it to point to an arbitrary location.
llvmorg-9.0.0-innative
This contains prebuilt binaries of inNative's LLVM fork for various architectures and platforms. Only the LLD project has actual code changes - LLVM itself is simply compiled with /MT
on windows to force static linking of the runtime library. For this reason, LLVM and LLD are split, so that you can use an existing LLVM 9.0 installation with the modified LLD binaries.
Place these .zip
/.tar.gz
files inside the bin
folder and extract them. Then, rename the LLVM folder to llvm
, and rename the LLD folder to either lld
or llvm
(merging it with LLVM). If a CMake project has been provided, you may be able to configure it to point to an arbitrary location.