Skip to content

Commit ed75e21

Browse files
authored
Fix build for GenericFloatingPointPredicateUtils #140254 (#141095)
Fixes linker issue with #140254 / #140254
1 parent 498121e commit ed75e21

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

llvm/lib/CodeGen/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ add_llvm_component_library(LLVMCodeGen
119119
MachineCycleAnalysis.cpp
120120
MachineDebugify.cpp
121121
MachineDomTreeUpdater.cpp
122-
MachineFloatingPointPredicateUtils.cpp
123122
MachineDominanceFrontier.cpp
124123
MachineDominators.cpp
125124
MachineFrameInfo.cpp

llvm/lib/CodeGen/GlobalISel/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ add_llvm_component_library(LLVMGlobalISel
2525
LoadStoreOpt.cpp
2626
Localizer.cpp
2727
LostDebugLocObserver.cpp
28+
MachineFloatingPointPredicateUtils.cpp
2829
MachineIRBuilder.cpp
2930
RegBankSelect.cpp
3031
Utils.cpp

llvm/lib/CodeGen/MachineFloatingPointPredicateUtils.cpp renamed to llvm/lib/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
#include "llvm/CodeGen/MachineFloatingPointPredicateUtils.h"
9+
#include "llvm/CodeGen/GlobalISel/MachineFloatingPointPredicateUtils.h"
1010
#include "llvm/CodeGen/GlobalISel/MIPatternMatch.h"
1111
#include "llvm/CodeGen/LowLevelTypeUtils.h"
1212
#include "llvm/CodeGen/MachineRegisterInfo.h"

0 commit comments

Comments
 (0)