Skip to content

mengkernel/clang-stable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

GitHub Action Build Status

Release 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 18.1.8-20240710 targeting 'AArch64' and 'X86'
  ==> Stripped binaries
  ==> Download size 354MB
  ==> 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