Skip to content

mengkernel/clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 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-20240817 targeting 'AArch64' and 'X86'
  ==> Stripped binaries
  ==> Download size 216MB
  ==> 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