[all-commits] [llvm/llvm-project] 623595: [CallSite removal][Instrumentation] Use CallBase i...
topperc via All-commits
all-commits at lists.llvm.org
Mon Apr 20 22:39:43 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 6235951ec0d9df0227c5a247fb2c90ffe9a44c5a
https://github.com/llvm/llvm-project/commit/6235951ec0d9df0227c5a247fb2c90ffe9a44c5a
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-04-20 (Mon, 20 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
M llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
Log Message:
-----------
[CallSite removal][Instrumentation] Use CallBase instead of CallSite in AddressSanitizer/DataFlowSanitizer/MemorySanitizer. NFC
Differential Revision: https://reviews.llvm.org/D78524
More information about the All-commits
mailing list