We have two copies of createPrivateGlobalForString (in asan and in esan).
This change merges them into one. NFC
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 23720 Build 23719: arc lint + arc unit
Paths
| Differential D53178
merge two near-identical functions createPrivateGlobalForString into one ClosedPublic Authored by kcc on Oct 11 2018, 3:47 PM.
Details Summary We have two copies of createPrivateGlobalForString (in asan and in esan).
Diff Detail
Event Timelinevitalybuka added inline comments.
This revision is now accepted and ready to land.Oct 11 2018, 3:58 PM Closed by commit rL344314: merge two near-identical functions createPrivateGlobalForString into one (authored by kcc). · Explain WhyOct 11 2018, 4:05 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 169323 include/llvm/Transforms/Instrumentation.h
lib/Transforms/Instrumentation/AddressSanitizer.cpp
lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
lib/Transforms/Instrumentation/Instrumentation.cpp
|