[unroll] Replace a linear time check for no uses with a constant time
[oota-llvm.git] / cmake / modules / AddLLVM.cmake
index ee55c52df6e74cbb6a4e7ba42770e88d1aea6c40..dae8e758c7cfbb922d3649e0c3ac4db678e407b5 100644 (file)
@@ -334,11 +334,6 @@ function(llvm_add_library name)
         PREFIX ""
         )
     endif()
-    if (MSVC)
-      set_target_properties(${name}
-        PROPERTIES
-        IMPORT_SUFFIX ".imp")
-    endif ()
   endif()
 
   if(ARG_MODULE OR ARG_SHARED)