Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 900 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 900 Bytes

Windows LLVM Toolchain for Red Panda C++

Based on LLVM MinGW, with useful libs for beginners.

Usage

FOR PACKAGERS, NOT FOR END USERS.

This toolchain heavily depends on compiler hint add-on interface. See the implementation (source or compiled) of Windows LLVM package for example.

Build

On Ubuntu 20.04 or later:

  1. Install curl, git, libarchive-tools, p7zip.
  2. Run ./build.sh

Args:

  • --clean: Clean build directory before build.
  • --enable-arm64ec: Build utf8init.o and utf8manifest.o for arm64ec-pc-windows-msvc target.
  • --enable-shared: Build shared libraries.