This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Remove workaround for PR28391 (ODR violations with ASAN)
ClosedPublic

Authored by ldionne on May 8 2021, 8:16 AM.

Details

Reviewers
None
Group Reviewers
Restricted Project
Commits
rGcb82e8ea33e3: [libc++] Remove workaround for PR28391 (ODR violations with ASAN)
Summary

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.

Diff Detail

Event Timeline

ldionne created this revision.May 8 2021, 8:16 AM
ldionne requested review of this revision.May 8 2021, 8:16 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 8 2021, 8:16 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision as: Restricted Project.May 20 2021, 7:46 AM
This revision was not accepted when it landed; it landed in state Needs Review.May 20 2021, 7:47 AM
This revision was automatically updated to reflect the committed changes.