Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

mengkernel/clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 

Repository files navigation

GitHub Action Build Status

Weekly Clang Build

Download

Check latest release here

Installation

rm -rf $HOME/.kucing-clang
mkdir $HOME/.kucing-clang
tar xf clang.tar.zst -C $HOME/.kucing-clang
echo "export PATH=$HOME/.kucing-clang/bin:$PATH" >> ~/.bashrc
source $HOME/.bashrc
clang --version

Features

  ==> Minimal LLVM 20.0.0git-20241102 targeting 'AArch64' and 'X86'
  ==> Stripped binaries
  ==> Download size 227MB
  ==> Compressed tar archive with zstd v1.5.6
  ==> Build LLVM Polly & LLD
  ==> Build with ThinLTO + PGO

Build script

Visit https://github.com/mengkernel/clang-build