diff options
author | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2021-09-15 21:23:51 +0200 |
---|---|---|
committer | Bjorn Pettersson <bjorn.a.pettersson@ericsson.com> | 2021-09-16 14:58:42 +0200 |
commit | ab41eef9aca3ad5e9321e045a57d36e288a75d17 (patch) | |
tree | 9778874c2f6bab8143424f5224c044a1b7d013a5 /llvm/lib/TextAPI | |
parent | 05ea321f716390abda1632cca71dc9441662cf62 (diff) | |
download | llvm-ab41eef9aca3ad5e9321e045a57d36e288a75d17.zip llvm-ab41eef9aca3ad5e9321e045a57d36e288a75d17.tar.gz llvm-ab41eef9aca3ad5e9321e045a57d36e288a75d17.tar.bz2 |
[NewPM] Use a separate struct for ModuleMemorySanitizerPass
Split MemorySanitizerPass into MemorySanitizerPass (as a function
pass) and ModuleMemorySanitizerPass (as a module pass).
Main reason is to make sure that we have a unique mapping from
ClassName to PassName in the new passmanager framework, making it
possible to correctly identify the passes when dealing with options
such as -print-after and -print-pipeline-passes.
This is a follow-up to D105006 and D105007.
Diffstat (limited to 'llvm/lib/TextAPI')
0 files changed, 0 insertions, 0 deletions