This repository has been archived by the owner on Dec 4, 2022. It is now read-only.
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.