[libcxx-commits] [libcxx] b22253b - [libc++][CI] Removes an ASAN work-around.

Mark de Wever via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 15 10:20:30 PDT 2023


Author: Mark de Wever
Date: 2023-08-15T19:14:27+02:00
New Revision: b22253b7715ee8d15fbb7c8100440f368ea2862c

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

LOG: [libc++][CI] Removes an ASAN work-around.

With the underlying bug fixed the work-around should no longer be
needed.

Reviewed By: #libc, philnik

Differential Revision: https://reviews.llvm.org/D157779

Added: 
    

Modified: 
    libcxx/cmake/caches/Generic-asan.cmake

Removed: 
    


################################################################################
diff  --git a/libcxx/cmake/caches/Generic-asan.cmake b/libcxx/cmake/caches/Generic-asan.cmake
index a86b34748550b0..cf919765c3a29c 100644
--- a/libcxx/cmake/caches/Generic-asan.cmake
+++ b/libcxx/cmake/caches/Generic-asan.cmake
@@ -1,3 +1 @@
 set(LLVM_USE_SANITIZER "Address" CACHE STRING "")
-# This is a temporary (hopefully) workaround for an ASan issue (see https://llvm.org/D119410).
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -mllvm -asan-use-private-alias=1" CACHE INTERNAL "")


        


More information about the libcxx-commits mailing list