Skip to content

Commit c43aa46

Browse files
committed
[UnitTest] Attempt to fix link to DataLayoutTest_UEFI_Test
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.
1 parent b3b6ede commit c43aa46

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/IR/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ set(LLVM_LINK_COMPONENTS
44
Core
55
Support
66
Passes
7+
TargetParser
78
TransformUtils
89
ScalarOpts
910
)

0 commit comments

Comments
 (0)