Skip to content

Commit

Permalink
[UnitTest] Attempt to fix link to DataLayoutTest_UEFI_Test
Browse files Browse the repository at this point in the history
This is failing in a few buildbots to link due to missing references to
undefined reference to llvm::Triple::Triple from DataLayoutTest_UEFI_Test.
Attempt to fix them by adding the TargetParser lib for IR unit tests.
  • Loading branch information
davemgreen committed Sep 28, 2023
1 parent b3b6ede commit c43aa46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/unittests/IR/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
Core
Support
Passes
TargetParser
TransformUtils
ScalarOpts
)
Expand Down

0 comments on commit c43aa46

Please sign in to comment.