I prepare two very simple c files, main.c and test.c, and use the below command to compile them:clang --target=aarch64 -c main.cclang --target=aarch64 -c test.c
I've been writing some x64 assembly on linux - exactly what it is is not relevant - and I've come across a strange problem. In my assembly code, I've declared p
I have a CMake project with several subprojects that create static libraries built with -flto=thin. The project has a lot of tests that are linked against the a