[all-commits] [llvm/llvm-project] cb82e8: [libc++] Remove workaround for PR28391 (ODR violat...
Louis Dionne via All-commits
all-commits at lists.llvm.org
Thu May 20 07:47:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb82e8ea33e3546414b5ef15335c57611d1e04f2
https://github.com/llvm/llvm-project/commit/cb82e8ea33e3546414b5ef15335c57611d1e04f2
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2021-05-20 (Thu, 20 May 2021)
Changed paths:
M libcxx/utils/libcxx/test/config.py
Log Message:
-----------
[libc++] Remove workaround for PR28391 (ODR violations with ASAN)
This is not an issue anymore since we don't build the libc++ dylib with
C++14 anymore (see https://llvm.org/PR28391) for details.
Differential Revision: https://reviews.llvm.org/D102106
More information about the All-commits
mailing list