Skip to content

0.1.0 Initial Testing Rounds Release

Latest
Compare
Choose a tag to compare
@vr1s vr1s released this 02 Apr 22:03
· 1 commit to next since this release

Full Objective-CS spec implemented, Code compiles and was tested on an arm64e iOS 13.5.1 iPad Air.

Ready for initial testing across a wider set of platforms and targets.

6/6/2024 - added a linux build, llvm-objcs-ubuntu-24.04-x86_64.tar.gz => compiled for ubuntu 24.04. Dep glibc 2.38+

6/7/2024 - added llvm-objcs-ubuntu-22.04.2-x86_64.tar.gz => ubuntu 22.04.2. glibc 2.35

linux bins compiled with:

cmake -G Ninja -DLLVM_ENABLE_PROJECTS="clang;clang-tools-extra;lld" -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../install ../llvm -DLLVM_ENABLE_MODULES=0

same should work on macOS.

hi