[PATCH] D53178: merge two near-identical functions createPrivateGlobalForString into one

Kostya Serebryany via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 11 15:47:47 PDT 2018


kcc created this revision.
kcc added a reviewer: vitalybuka.

We have two copies of createPrivateGlobalForString (in asan and in esan).
This change merges them into one. NFC


Repository:
  rL LLVM

https://reviews.llvm.org/D53178

Files:
  include/llvm/Transforms/Instrumentation.h
  lib/Transforms/Instrumentation/AddressSanitizer.cpp
  lib/Transforms/Instrumentation/EfficiencySanitizer.cpp
  lib/Transforms/Instrumentation/Instrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53178.169323.patch
Type: text/x-patch
Size: 6258 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181011/56946281/attachment.bin>


More information about the llvm-commits mailing list