diff options
Diffstat (limited to 'llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt')
-rw-r--r-- | llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt index 3d33e4cb835..ac45d2e24b9 100644 --- a/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt +++ b/llvm/unittests/ExecutionEngine/JIT/CMakeLists.txt @@ -52,6 +52,4 @@ add_llvm_unittest(JITTests ${JITTestsSources} ) -if(MINGW OR CYGWIN) - set_property(TARGET JITTests PROPERTY LINK_FLAGS -Wl,--export-all-symbols) -endif() +set_target_properties(JITTests PROPERTIES ENABLE_EXPORTS 1) |