[compiler-rt] f56e486 - [gn build] Make ubsan_init_standalone_preinit.cpp syncable
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 15 15:17:30 PDT 2022
Author: Nico Weber
Date: 2022-08-15T18:17:06-04:00
New Revision: f56e486fdc1deb99148d88d21af6f3c7756029ef
URL: https://github.com/llvm/llvm-project/commit/f56e486fdc1deb99148d88d21af6f3c7756029ef
DIFF: https://github.com/llvm/llvm-project/commit/f56e486fdc1deb99148d88d21af6f3c7756029ef.diff
LOG: [gn build] Make ubsan_init_standalone_preinit.cpp syncable
...after https://reviews.llvm.org/D131916
Added:
Modified:
compiler-rt/lib/ubsan/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/ubsan/CMakeLists.txt b/compiler-rt/lib/ubsan/CMakeLists.txt
index edb667cc2d87..3401adff43a2 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
More information about the llvm-commits
mailing list