mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-09 11:25:55 +00:00
libprofile: [CMake] Let libprofile_rt be not loadable_module but shared library. Autoconf's one does so.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@162812 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -13,7 +13,8 @@ set_target_properties( profile_rt-static
|
|||||||
PROPERTIES
|
PROPERTIES
|
||||||
OUTPUT_NAME "profile_rt" )
|
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
|
set_target_properties( profile_rt-shared
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
OUTPUT_NAME "profile_rt" )
|
OUTPUT_NAME "profile_rt" )
|
||||||
|
Reference in New Issue
Block a user