Hi, I read in llvm docs its possible to very late selection of architecture dependent code (i.e. after optimization) How would I do this in practice, i have some C code I want to change slightly depending on architecture. Preferably without having to re-run clang/llvm-ld Regards, Scott