X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=tools%2Fllvm-stress%2FCMakeLists.txt;h=8f2b30e4163bd4d0bd00b9b412cd90a935d44496;hb=777479f80202057f041683129d4fd9e574ffea79;hp=106ced1419444e5e964aaf64fad9e448d43aee43;hpb=3aabdebde23415b488c9b8f4f470ab3e0ec81176;p=oota-llvm.git diff --git a/tools/llvm-stress/CMakeLists.txt b/tools/llvm-stress/CMakeLists.txt index 106ced14194..8f2b30e4163 100644 --- a/tools/llvm-stress/CMakeLists.txt +++ b/tools/llvm-stress/CMakeLists.txt @@ -1,10 +1,10 @@ set(LLVM_LINK_COMPONENTS + Analysis Core - IPA Support ) add_llvm_tool(llvm-stress llvm-stress.cpp ) -set_target_properties(llvm-stress PROPERTIES ENABLE_EXPORTS 1) +export_executable_symbols(llvm-stress)