summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom St Denis <tom.stdenis@amd.com>2019-01-15 07:41:42 -0500
committerTom St Denis <tom.stdenis@amd.com>2019-01-15 07:41:42 -0500
commitdbdfd765c9d5dc90000c7f0d41c0edfe8c81641c (patch)
tree90fbdbe03c54fed8af044b1e4b4e6075f5ae30f9
parent016bc2e93af2cac7a9bd790f7fcacb1ffdadc819 (diff)
Add MCDisassembler to the library names from LLVM
Fixes linking with shared llvm libraries Reported-by: Nicolai Haehnle <nicolai.haehnle@amd.com> Signed-off-by: Tom St Denis <tom.stdenis@amd.com>
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 939260a..20e0b92 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -46,6 +46,7 @@ if(LLVM_CMAKE_DIR)
AllTargetsInfos
MC
Support
+ MCDisassembler
)
endif()