[all-commits] [llvm/llvm-project] 355633: Fix MSan test use-after-dtor.cpp under new pass ma...
aeubanks via All-commits
all-commits at lists.llvm.org
Fri May 8 09:13:31 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 355633860e6015f1b26c2d575eda9856b2f76f01
https://github.com/llvm/llvm-project/commit/355633860e6015f1b26c2d575eda9856b2f76f01
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-05-08 (Fri, 08 May 2020)
Changed paths:
M compiler-rt/test/msan/use-after-dtor.cpp
Log Message:
-----------
Fix MSan test use-after-dtor.cpp under new pass manager
Summary: The new pass manager symbolizes the location as ~Simple instead of Simple::~Simple.
Reviewers: rnk, leonardchan, vitalybuka
Subscribers: #sanitizers
Tags: #sanitizers
Differential Revision: https://reviews.llvm.org/D79594
More information about the All-commits
mailing list