[llvm-branch-commits] [compiler-rt] 5f61b6d - Update CMakeLists.txt
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Thu Jul 11 13:55:37 PDT 2024
Author: Vitaly Buka
Date: 2024-07-11T13:55:33-07:00
New Revision: 5f61b6db87708a03c16afc22a6fcb410ccf77a25
URL: https://github.com/llvm/llvm-project/commit/5f61b6db87708a03c16afc22a6fcb410ccf77a25
DIFF: https://github.com/llvm/llvm-project/commit/5f61b6db87708a03c16afc22a6fcb410ccf77a25.diff
LOG: Update CMakeLists.txt
Added:
Modified:
compiler-rt/lib/safestack/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/lib/safestack/CMakeLists.txt b/compiler-rt/lib/safestack/CMakeLists.txt
index 3b2e0e888208b..d4f99cb69c9c0 100644
--- a/compiler-rt/lib/safestack/CMakeLists.txt
+++ b/compiler-rt/lib/safestack/CMakeLists.txt
@@ -14,7 +14,9 @@ foreach(arch ${SAFESTACK_SUPPORTED_ARCH})
ARCHS ${arch}
SOURCES ${SAFESTACK_SOURCES}
$<TARGET_OBJECTS:RTInterception.${arch}>
- # Intentionally does not deppend on sanitizer_common.
+ # Intentionally does not deppend on sanitizer_common,
+ # to keep runtime trivial, and more usable in security
+ # sensitive applications.
CFLAGS ${SAFESTACK_CFLAGS}
PARENT_TARGET safestack)
endforeach()
More information about the llvm-branch-commits
mailing list