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() _______________________________________________ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits