From: Roman Lebedev Date: Fri, 18 Oct 2019 17:18:21 +0000 (+0000) Subject: [Codegen] Link MIRParser into CodeGenTests to fix MachineSizeOptsTest building X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a5fa90c70ac8c4e08cd8d87356eadfb296090f30;p=llvm [Codegen] Link MIRParser into CodeGenTests to fix MachineSizeOptsTest building git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375261 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/unittests/CodeGen/CMakeLists.txt b/unittests/CodeGen/CMakeLists.txt index 155364114f1..95cbafbe611 100644 --- a/unittests/CodeGen/CMakeLists.txt +++ b/unittests/CodeGen/CMakeLists.txt @@ -6,6 +6,7 @@ set(LLVM_LINK_COMPONENTS CodeGen Core MC + MIRParser SelectionDAG Support Target