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