From f9486f213975ffdcf794036d0785f594d13ad612 Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Fri, 15 Apr 2022 00:16:26 -0400 Subject: [PATCH] [LoongArch] Fix shared build. NFC. --- llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt b/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt index f53ddba..e14360f 100644 --- a/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt +++ b/llvm/lib/Target/LoongArch/TargetInfo/CMakeLists.txt @@ -2,6 +2,7 @@ add_llvm_component_library(LLVMLoongArchInfo LoongArchTargetInfo.cpp LINK_COMPONENTS + MC Support ADD_TO_COMPONENT -- 2.7.4