From: Nico Weber Date: Mon, 15 Aug 2022 22:17:03 +0000 (-0400) Subject: [gn build] Make ubsan_init_standalone_preinit.cpp syncable X-Git-Tag: upstream/17.0.6~36413 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f56e486fdc1deb99148d88d21af6f3c7756029ef;p=platform%2Fupstream%2Fllvm.git [gn build] Make ubsan_init_standalone_preinit.cpp syncable ...after https://reviews.llvm.org/D131916 --- diff --git a/compiler-rt/lib/ubsan/CMakeLists.txt b/compiler-rt/lib/ubsan/CMakeLists.txt index edb667c..3401adf 100644 --- a/compiler-rt/lib/ubsan/CMakeLists.txt +++ b/compiler-rt/lib/ubsan/CMakeLists.txt @@ -192,7 +192,8 @@ else() add_compiler_rt_runtime(clang_rt.ubsan_standalone STATIC ARCHS ${UBSAN_SUPPORTED_ARCH} - SOURCES ubsan_init_standalone_preinit.cpp + SOURCES + ubsan_init_standalone_preinit.cpp ADDITIONAL_HEADERS ${UBSAN_HEADERS} OBJECT_LIBS RTSanitizerCommon RTSanitizerCommonLibc