[PATCH] D132070: [DFSan] Fix handling of libAtomic external functions.
Vitaly Buka via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 14:18:36 PDT 2022
vitalybuka accepted this revision.
vitalybuka added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp:809
+bool LibAtomicFunction(Function &F) {
+ // This is a bit of a hack because TargetLibraryInfo is a function pass.
----------------
const Function &F
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132070/new/
https://reviews.llvm.org/D132070
More information about the llvm-commits
mailing list