[PowerPC] Enable soft-float for PPC64, and +soft-float -> -hard-float
Enable soft-float support on PPC64, as the backend now supports it. Also, the backend now uses -hard-float instead of +soft-float, so set the target features accordingly. Fixes PR26970. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@283061 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/CodeGen/TargetInfo.cpp 19 additions, 7 deletionslib/CodeGen/TargetInfo.cpp
- lib/Driver/Tools.cpp 2 additions, 9 deletionslib/Driver/Tools.cpp
- test/CodeGen/ppc64-soft-float.c 171 additions, 0 deletionstest/CodeGen/ppc64-soft-float.c
- test/Driver/ppc-features.cpp 10 additions, 10 deletionstest/Driver/ppc-features.cpp
Loading
Please register or sign in to comment