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)


        
_______________________________________________
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to