[libcxx-commits] [PATCH] D102106: [libc++] Remove workaround for PR28391 (ODR violations with ASAN)

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 20 07:47:42 PDT 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rGcb82e8ea33e3: [libc++] Remove workaround for PR28391 (ODR violations with ASAN) (authored by ldionne).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102106

Files:
  libcxx/utils/libcxx/test/config.py


Index: libcxx/utils/libcxx/test/config.py
===================================================================
--- libcxx/utils/libcxx/test/config.py
+++ libcxx/utils/libcxx/test/config.py
@@ -490,9 +490,6 @@
                 self.cxx.flags += ['-fsanitize=address']
                 if llvm_symbolizer is not None:
                     self.exec_env['ASAN_SYMBOLIZER_PATH'] = llvm_symbolizer
-                # FIXME: Turn ODR violation back on after PR28391 is resolved
-                # https://llvm.org/PR28391
-                self.exec_env['ASAN_OPTIONS'] = 'detect_odr_violation=0'
                 self.config.available_features.add('asan')
                 self.config.available_features.add('sanitizer-new-delete')
                 self.cxx.compile_flags += ['-O1']


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102106.346730.patch
Type: text/x-patch
Size: 776 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210520/11e1d14e/attachment-0001.bin>


More information about the libcxx-commits mailing list