[libcxx-commits] [PATCH] D119410: [libc++][NFC] Work around false positive ODR violations from ASan.

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 06:15:44 PST 2022


ldionne added inline comments.


================
Comment at: libcxx/utils/ci/run-buildbot:314
+                   -DLIBUNWIND_TEST_CONFIG="llvm-libunwind-shared.cfg.in" \
+                   -DCMAKE_CXX_FLAGS="-mllvm -asan-use-private-alias=1"
     check-runtimes
----------------
Can you move this to the `Generic-asan.cmake` cache instead?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119410



More information about the libcxx-commits mailing list