Skip to content

Another Clang Toolchain for compiling android kernel. Based on LLVM Project and Google LLVM Project

Notifications You must be signed in to change notification settings

silont-project/silont-clang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SiLonT Clang (Based on LLVM Project)

Another LLVM and Clang Compiler Toolchain for Kernel Development that built with PGO and Full LTO for maximum performance. This toolchain targets the AArch32, AArch64, and x86 architectures. Binutils already included with this toolchains, so users doesn't needed to cloning binutils.

Other Version

Based On Google