llvm_common.cc
4.97 KB
-
[CodeGen] Disable -mfloat-abi hard option for LLVM < 6.0 (#4071) · 2ee0f650
The -mfloat-abi hard option does not work for LLVM < 6.0 as it is ignored. This adds a fatal error when using unsupported LLVM versions so that the failure is not silent.
mbarrett97 committed