aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
diff options
context:
space:
mode:
authorLeonard Chan <leonardchan@google.com>2018-10-11 18:31:51 +0000
committerLeonard Chan <leonardchan@google.com>2018-10-11 18:31:51 +0000
commit64e21b5cfd7c07154534f4ca8232c3b57f743c53 (patch)
tree6ede89cd12c384e820d10b4c748d1557e83f4606 /llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
parentff23bb66226be8c8017478ce936dc7fc90447259 (diff)
downloadllvm-64e21b5cfd7c07154534f4ca8232c3b57f743c53.zip
llvm-64e21b5cfd7c07154534f4ca8232c3b57f743c53.tar.gz
llvm-64e21b5cfd7c07154534f4ca8232c3b57f743c53.tar.bz2
[PassManager/Sanitizer] Port of AddresSanitizer pass from legacy to new PassManager
This patch ports the legacy pass manager to the new one to take advantage of the benefits of the new PM. This involved moving a lot of the declarations for `AddressSantizer` to a header so that it can be publicly used via PassRegistry.def which I believe contains all the passes managed by the new PM. This patch essentially decouples the instrumentation from the legacy PM such hat it can be used by both legacy and new PM infrastructure. Differential Revision: https://reviews.llvm.org/D52739 llvm-svn: 344274
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp')
0 files changed, 0 insertions, 0 deletions