This probably prematured given that LLVM 23.x isn't released yet.
I had compilation issues due to LLVM 23.x breaking changes on two APIs:
OptimizationLevel::Os and OptimizationLevel::Oz will be removed in 23.x
.setObjectLinkingLayerCreator prototype will change
I have attached the patch I made to compile on my system: proteus-llvm-23.x.patch
This probably prematured given that LLVM 23.x isn't released yet.
I had compilation issues due to LLVM 23.x breaking changes on two APIs:
OptimizationLevel::OsandOptimizationLevel::Ozwill be removed in 23.x.setObjectLinkingLayerCreatorprototype will changeI have attached the patch I made to compile on my system: proteus-llvm-23.x.patch