Skip to content

Commit feb5c57

Browse files
committed
[VE] Add TargetParser to CMakeLists.txt for VE unittest
This fixes the -DBUILD_SHARED_LIBS=True build, which broke after #66730.
1 parent 40d4837 commit feb5c57

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/unittests/Target/VE/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS
1313
SelectionDAG
1414
Support
1515
Target
16+
TargetParser
1617
)
1718

1819
add_llvm_target_unittest(VETests

0 commit comments

Comments
 (0)