Fix build for GenericFloatingPointPredicateUtils #140254 (#141095)

Fixes linker issue with #140254  / #140254
This commit is contained in:
Tim Gymnich
2025-05-22 18:02:11 +02:00
committed by GitHub
parent 498121e004
commit ed75e2114f
4 changed files with 2 additions and 2 deletions

View File

@@ -119,7 +119,6 @@ add_llvm_component_library(LLVMCodeGen
MachineCycleAnalysis.cpp
MachineDebugify.cpp
MachineDomTreeUpdater.cpp
MachineFloatingPointPredicateUtils.cpp
MachineDominanceFrontier.cpp
MachineDominators.cpp
MachineFrameInfo.cpp

View File

@@ -25,6 +25,7 @@ add_llvm_component_library(LLVMGlobalISel
LoadStoreOpt.cpp
Localizer.cpp
LostDebugLocObserver.cpp
MachineFloatingPointPredicateUtils.cpp
MachineIRBuilder.cpp
RegBankSelect.cpp
Utils.cpp

View File

@@ -6,7 +6,7 @@
//
//===----------------------------------------------------------------------===//
#include "llvm/CodeGen/MachineFloatingPointPredicateUtils.h"
#include "llvm/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.h"
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
#include "llvm/CodeGen/LowLevelTypeUtils.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"