summaryrefslogtreecommitdiff
path: root/tools/llc
diff options
context:
space:
mode:
authorWill Dietz <wdietz2@illinois.edu>2013-12-05 01:01:58 +0000
committerWill Dietz <wdietz2@illinois.edu>2013-12-05 01:01:58 +0000
commit7437feefbbb6b33a69ad9391cba29c30717dfcf6 (patch)
tree1c91ad3dc3f03455e083bb0c54fac066f278401c /tools/llc
parent7afb463a6557f7ce0b0a3b31af562f7875c3b46a (diff)
downloadllvm-7437feefbbb6b33a69ad9391cba29c30717dfcf6.tar.gz
llvm-7437feefbbb6b33a69ad9391cba29c30717dfcf6.tar.bz2
llvm-7437feefbbb6b33a69ad9391cba29c30717dfcf6.tar.xz
Export symbols in tools that support loading plugins.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196447 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llc')
-rw-r--r--tools/llc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/llc/CMakeLists.txt b/tools/llc/CMakeLists.txt
index e5a5550e9e..97c762b7f6 100644
--- a/tools/llc/CMakeLists.txt
+++ b/tools/llc/CMakeLists.txt
@@ -3,3 +3,4 @@ set(LLVM_LINK_COMPONENTS ${LLVM_TARGETS_TO_BUILD} bitreader asmparser irreader)
add_llvm_tool(llc
llc.cpp
)
+set_target_properties(llc PROPERTIES ENABLE_EXPORTS 1)