[clang] [compiler-rt] Reland [asan][windows] Eliminate the static asan runtime on windows (PR #107899)
    Charlie Barto via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Sep 11 21:44:20 PDT 2024
    
    
  
================
@@ -136,7 +160,7 @@ append_list_if(MINGW "${MINGW_LIBRARIES}" ASAN_DYNAMIC_LIBS)
 add_compiler_rt_object_libraries(RTAsan_dynamic
   OS ${SANITIZER_COMMON_SUPPORTED_OS}
   ARCHS ${ASAN_SUPPORTED_ARCH}
-  SOURCES ${ASAN_SOURCES} ${ASAN_CXX_SOURCES}
+  SOURCES ${ASAN_SOURCES}
----------------
barcharcraz wrote:
I've opened https://github.com/llvm/llvm-project/pull/108329 which should revert this particular edit (which was arguably a driveby change anyway)
https://github.com/llvm/llvm-project/pull/107899
    
    
More information about the llvm-commits
mailing list