1
2void foo() {
3#ifndef __ARM_FP
4#error "No floating-point support"
5#endif
6}
7
8

source code of llvm_build/CMakeFiles/src.c