mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-02-12 21:28:48 +00:00
Fix typo in lib/safestack/CMakeLists.txt that prevents safestack static library from being built on OS X.
llvm-svn: 245438
This commit is contained in:
parent
7d180c59bb
commit
746da5fe2a
@ -11,7 +11,7 @@ if(APPLE)
|
||||
foreach (os osx)
|
||||
add_compiler_rt_darwin_runtime(clang_rt.safestack_${os} ${os}
|
||||
STATIC
|
||||
ARCH ${SAFESTACK_SUPPORTED_ARCH}
|
||||
ARCHS ${SAFESTACK_SUPPORTED_ARCH}
|
||||
SOURCES ${SAFESTACK_SOURCES}
|
||||
$<TARGET_OBJECTS:RTInterception.${os}>
|
||||
$<TARGET_OBJECTS:RTSanitizerCommon.${os}>
|
||||
|
Loading…
x
Reference in New Issue
Block a user