LLVM Cross-compileCopyclang++ \ --target=aarch64-linux-gnu \ --sysroot=/path/to/aarch64-sysroot \ -fuse-ld=lld \ -v \ main.cpp