[VE] Add TargetParser to CMakeLists.txt for VE unittest

This fixes the -DBUILD_SHARED_LIBS=True build, which broke after #66730.
This commit is contained in:
Alex Bradbury 2023-09-20 15:22:10 +01:00
parent 40d4837037
commit feb5c5779c

View File

@ -13,6 +13,7 @@ set(LLVM_LINK_COMPONENTS
SelectionDAG
Support
Target
TargetParser
)
add_llvm_target_unittest(VETests