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

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Feb 10 12:14:00 PST 2022


var-const 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
----------------
ldionne wrote:
> Can you move this to the `Generic-asan.cmake` cache instead?
Done (please let me know if this is what you had in mind).


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