X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fbugpoint%2FCMakeLists.txt;h=0000d977acf301e5c5215a63eb9b4b8f6c3c7bd8;hb=0a230e0d985625a3909cb78fd867a3abaf434565;hp=e990cfcbba48b213deaad5baf50171a529785f72;hpb=7fc162f893d67ffd96fdb19e2eb9a03b4621f0c0;p=oota-llvm.git diff --git a/tools/bugpoint/CMakeLists.txt b/tools/bugpoint/CMakeLists.txt index e990cfcbba4..0000d977acf 100644 --- a/tools/bugpoint/CMakeLists.txt +++ b/tools/bugpoint/CMakeLists.txt @@ -12,3 +12,4 @@ add_llvm_tool(bugpoint ToolRunner.cpp bugpoint.cpp ) +set_target_properties(bugpoint PROPERTIES ENABLE_EXPORTS 1)