Skip to content

Commit 8c5cd77

Browse files
committed
[Exegesis][RISCV] Add missing linked components
LLVMExegesisRISCV should link against MC and TargetParser as well.
1 parent c363975 commit 8c5cd77

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

llvm/tools/llvm-exegesis/lib/RISCV/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ set(LLVM_LINK_COMPONENTS
99
Exegesis
1010
Core
1111
Support
12+
MC
13+
TargetParser
1214
)
1315

1416
add_llvm_library(LLVMExegesisRISCV

0 commit comments

Comments
 (0)