From: Adrian Prantl Date: Tue, 8 Jan 2019 20:38:22 +0000 (+0000) Subject: Work around a linker error caused by https://reviews.llvm.org/D56084. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690edfcda1cf5c451e5d6b960676a391513bc45f;p=llvm Work around a linker error caused by https://reviews.llvm.org/D56084. This unbreaks all bots that build with -DLLVM_ENABLE_MODULES=1 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@350650 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/llvm-mca/CMakeLists.txt b/tools/llvm-mca/CMakeLists.txt index 1fceb08c1ca..fd39000633c 100644 --- a/tools/llvm-mca/CMakeLists.txt +++ b/tools/llvm-mca/CMakeLists.txt @@ -6,6 +6,8 @@ set(LLVM_LINK_COMPONENTS AllTargetsDescs AllTargetsDisassemblers AllTargetsInfos + # FIXME: This works around a linker error with -DLLVM_BUILD_WITH_MODULES=1 + CodeGen MCA MC MCParser