| commit | 415c2a38f251a74e83dc910058eddaddb63458d4 | [log] [tgz] |
|---|---|---|
| author | Hal Finkel <hfinkel@anl.gov> | Sun Oct 02 02:10:45 2016 +0000 |
| committer | Hal Finkel <hfinkel@anl.gov> | Sun Oct 02 02:10:45 2016 +0000 |
| tree | 96ad9d8a4acc6b9868b91a7efb653e2f5e4c5c05 | |
| parent | a9321059b912155cd81cf0776d54a7d6838ef7ab [diff] |
[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. llvm-svn: 283061