Don't use a potentially expensive shift if all we want is one set bit.
[oota-llvm.git] / tools / bugpoint / CMakeLists.txt
index e990cfcbba48b213deaad5baf50171a529785f72..0000d977acf301e5c5215a63eb9b4b8f6c3c7bd8 100644 (file)
@@ -12,3 +12,4 @@ add_llvm_tool(bugpoint
   ToolRunner.cpp
   bugpoint.cpp
   )
+set_target_properties(bugpoint PROPERTIES ENABLE_EXPORTS 1)