GetOrCreateFunctionComdat is currently used in SanitizerCoverage,
where it's defined. I'm planing to use it in HWASAN as well,
so moving it into a common location.
NFC
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D53218
move GetOrCreateFunctionComdat to Instrumentation.cpp/Instrumentation.h ClosedPublic Authored by kcc on Oct 12 2018, 2:26 PM.
Details Summary GetOrCreateFunctionComdat is currently used in SanitizerCoverage,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 12 2018, 4:21 PM Closed by commit rL344433: move GetOrCreateFunctionComdat to Instrumentation.cpp/Instrumentation.h (authored by kcc). · Explain WhyOct 12 2018, 4:23 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169512 llvm/trunk/include/llvm/Transforms/Instrumentation.h
llvm/trunk/lib/Transforms/Instrumentation/Instrumentation.cpp
llvm/trunk/lib/Transforms/Instrumentation/SanitizerCoverage.cpp
|