1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00

[Codegen] Link MIRParser into CodeGenTests to fix MachineSizeOptsTest building

llvm-svn: 375261
This commit is contained in:
Roman Lebedev 2019-10-18 17:18:21 +00:00
parent bb21aab54b
commit e39305ee5f

View File

@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS
CodeGen
Core
MC
MIRParser
SelectionDAG
Support
Target