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
Event Timeline
lib/Transforms/Instrumentation/Instrumentation.cpp | ||
---|---|---|
62 ↗ | (On Diff #169323) | if (AllowMerging) GV->setUnnamedAddr(GlobalValue::UnnamedAddr::Global); GV->setAlignment(1); // Strings may not be merged w/o setting align 1. |
lib/Transforms/Instrumentation/Instrumentation.cpp | ||
---|---|---|
62 ↗ | (On Diff #169323) | done |