[libcxx-commits] [PATCH] D120816: [libc++] Remove workaround for google/sanitizers#1017

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Mar 2 07:37:47 PST 2022


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

I can't seem to reproduce the issue locally, so I think this is good to
remove. If not, CI will tell.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D120816

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: D120816.412418.patch
Type: text/x-patch
Size: 455 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220302/6416b150/attachment.bin>


More information about the libcxx-commits mailing list