Skip to content

Commit

Permalink
Fix bots after a9ad65a
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
nemanjai committed Dec 28, 2019
1 parent a9ad65a commit b6cf400
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Target/PowerPC/PPCSubtarget.cpp
Expand Up @@ -100,6 +100,7 @@ void PPCSubtarget::initializeEnvironment() {
IsPPC6xx = false;
IsE500 = false;
FeatureMFTB = false;
AllowsUnalignedFPAccess = false;
DeprecatedDST = false;
HasLazyResolverStubs = false;
HasICBT = false;
Expand Down

0 comments on commit b6cf400

Please sign in to comment.