From f56e486fdc1deb99148d88d21af6f3c7756029ef Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Mon, 15 Aug 2022 18:17:03 -0400 Subject: [PATCH] [gn build] Make ubsan_init_standalone_preinit.cpp syncable ...after https://reviews.llvm.org/D131916 --- compiler-rt/lib/ubsan/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.7.4