Changed force build of GWP-ASan options parser to be statically

linked instead of dynamic. This should help resolve a downstream
build order issue against libc++.

llvm-svn: 362566
This commit is contained in:
Mitch Phillips 2019-06-05 01:27:39 +00:00
parent 78fdce25a1
commit c012188ada
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ if (COMPILER_RT_HAS_GWP_ASAN)
foreach(arch ${GWP_ASAN_SUPPORTED_ARCH})
add_compiler_rt_runtime(
clang_rt.gwp_asan_options_parser
SHARED
STATIC
ARCHS ${arch}
SOURCES ${GWP_ASAN_OPTIONS_PARSER_SOURCES}
ADDITIONAL_HEADERS ${GWP_ASAN_OPTIONS_PARSER_HEADERS}