[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
Sat Aug 12 06:21:11 PDT 2023


Mordante created this revision.
Herald added a project: All.
Mordante requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

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


Repository:
  rG LLVM Github Monorepo

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.549606.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230812/19d87915/attachment.bin>


More information about the libcxx-commits mailing list