You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some embedded development for Cortex-M33 with clang and I'd like to use blocks in my code. However, I can't find any CMake settings/flags that would trigger BlocksRuntime to be built and installed alongside the builtins.
I was expecting a flag like COMPILER_RT_BUILD_BLOCKS.