[all-commits] [llvm/llvm-project] 73a9b7: Add missing pass initialization
aeubanks via All-commits
all-commits at lists.llvm.org
Sat May 9 21:39:10 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 73a9b7dee08ba74d75fffc93d0e8ebdf9aa8cce1
https://github.com/llvm/llvm-project/commit/73a9b7dee08ba74d75fffc93d0e8ebdf9aa8cce1
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/HWAddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
M llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
Log Message:
-----------
Add missing pass initialization
Summary: This was preventing MemorySanitizerLegacyPass from appearing in --print-after-all.
Reviewers: vitalybuka
Subscribers: hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D79661
More information about the All-commits
mailing list