mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
libprofile: [CMake] Let libprofile_rt be not loadable_module but shared library. Autoconf's one does so.
llvm-svn: 162812
This commit is contained in:
parent
dff0b7dd23
commit
5c025c67e6
@ -13,7 +13,8 @@ set_target_properties( profile_rt-static
|
||||
PROPERTIES
|
||||
OUTPUT_NAME "profile_rt" )
|
||||
|
||||
add_llvm_loadable_module( profile_rt-shared ${SOURCES} )
|
||||
set(BUILD_SHARED_LIBS ON)
|
||||
add_llvm_library( profile_rt-shared ${SOURCES} )
|
||||
set_target_properties( profile_rt-shared
|
||||
PROPERTIES
|
||||
OUTPUT_NAME "profile_rt" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user