Skip to content

redpanda-cpp/toolchain-win32-llvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published