[libcxx-commits] [PATCH] D157779: [libc++][CI] Removes an ASAN work-around.

Mark de Wever via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Aug 15 10:14:54 PDT 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGb22253b7715e: [libc++][CI] Removes an ASAN work-around. (authored by Mordante).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D157779/new/

https://reviews.llvm.org/D157779

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


Index: libcxx/cmake/caches/Generic-asan.cmake
===================================================================
--- libcxx/cmake/caches/Generic-asan.cmake
+++ 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 "")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157779.550380.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230815/9ce15abf/attachment-0001.bin>


More information about the libcxx-commits mailing list