[llvm-branch-commits] [compiler-rt] c0ff0d2 - Update CMakeLists.txt

via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Thu Jul 11 13:57:40 PDT 2024


Author: Vitaly Buka
Date: 2024-07-11T13:57:36-07:00
New Revision: c0ff0d2f104a8d7c95feb497f286430137828a3d

URL: https://github.com/llvm/llvm-project/commit/c0ff0d2f104a8d7c95feb497f286430137828a3d
DIFF: https://github.com/llvm/llvm-project/commit/c0ff0d2f104a8d7c95feb497f286430137828a3d.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 d4f99cb69c9c0..4cff95f546931 100644
--- a/compiler-rt/lib/safestack/CMakeLists.txt
+++ b/compiler-rt/lib/safestack/CMakeLists.txt
@@ -15,7 +15,7 @@ foreach(arch ${SAFESTACK_SUPPORTED_ARCH})
     SOURCES ${SAFESTACK_SOURCES}
             $<TARGET_OBJECTS:RTInterception.${arch}>
     # Intentionally does not deppend on sanitizer_common,
-    # to keep runtime trivial, and more usable in security
+    # to keep runtime trivial, and acceptable for security
     # sensitive applications.
     CFLAGS ${SAFESTACK_CFLAGS}
     PARENT_TARGET safestack)


        


More information about the llvm-branch-commits mailing list