svn commit: r359994 - head/contrib/llvm-project/llvm/lib/Target/PowerPC

Dimitry Andric dim at FreeBSD.org
Wed Apr 15 21:06:38 UTC 2020


Author: dim
Date: Wed Apr 15 21:06:38 2020
New Revision: 359994
URL: https://svnweb.freebsd.org/changeset/base/359994

Log:
  Revert commit b6cf400aa fro llvm git (by Nemanja Ivanovic):
  
    Fix bots after a9ad65a2b34f
  
    In the last commit, I neglected to initialize the new subtarget
    feature I added which caused failures on a few bots. This should fix
    that.
  
  This unbreaks the build after r359981, which reverted upstream commit
  a9ad65a2b34f.
  
  Reported by:	jhibbits (and jenkins :)
  MFC after:	6 weeks
  X-MFC-With:	358851

Modified:
  head/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp

Modified: head/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp
==============================================================================
--- head/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp	Wed Apr 15 21:05:38 2020	(r359993)
+++ head/contrib/llvm-project/llvm/lib/Target/PowerPC/PPCSubtarget.cpp	Wed Apr 15 21:06:38 2020	(r359994)
@@ -100,7 +100,6 @@ void PPCSubtarget::initializeEnvironment() {
   IsPPC6xx = false;
   IsE500 = false;
   FeatureMFTB = false;
-  AllowsUnalignedFPAccess = false;
   DeprecatedDST = false;
   HasLazyResolverStubs = false;
   HasICBT = false;


More information about the svn-src-head mailing list