[llvm-branch-commits] [compiler-rt] da6d977 - Add comment about dependecy

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


Author: Vitaly Buka
Date: 2024-07-11T13:49:06-07:00
New Revision: da6d977b46989435207f015dd3d6d80fef92430b

URL: https://github.com/llvm/llvm-project/commit/da6d977b46989435207f015dd3d6d80fef92430b
DIFF: https://github.com/llvm/llvm-project/commit/da6d977b46989435207f015dd3d6d80fef92430b.diff

LOG: Add comment about dependecy

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 316ab69ecfdbe..3b2e0e888208b 100644
--- a/compiler-rt/lib/safestack/CMakeLists.txt
+++ b/compiler-rt/lib/safestack/CMakeLists.txt
@@ -14,6 +14,7 @@ foreach(arch ${SAFESTACK_SUPPORTED_ARCH})
     ARCHS ${arch}
     SOURCES ${SAFESTACK_SOURCES}
             $<TARGET_OBJECTS:RTInterception.${arch}>
+    # Intentionally does not deppend on sanitizer_common.
     CFLAGS ${SAFESTACK_CFLAGS}
     PARENT_TARGET safestack)
 endforeach()


        


More information about the llvm-branch-commits mailing list