Skip to content

Commit

Permalink
[LLVM] Add missing TargetParser link in FPBuiltinFnSelection (#14416)
Browse files Browse the repository at this point in the history
#14339 moved the FPBuiltinFnSelection
pass, but post-commit testing is failing due to the Transform/Scalar
CMake not linking with TargetParser. This commit fixes this issue.

Signed-off-by: Larsen, Steffen <steffen.larsen@intel.com>
  • Loading branch information
steffenlarsen authored Jul 3, 2024
1 parent 2af069d commit 139e05b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/lib/Transforms/Scalar/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,5 @@ add_llvm_component_library(LLVMScalarOpts
InstCombine
Support
TransformUtils
TargetParser
)

0 comments on commit 139e05b

Please sign in to comment.