[PATCH] D76666: Add a `Symbolizer::GetEnvP()` method that allows symbolizer implementations to customise the environment of the symbolizer binary.

Dan Liew via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 24 12:21:25 PDT 2020


delcypher updated this revision to Diff 252390.
delcypher added a comment.

Make `GetEnvP()` protected rather private so sub-class implementation can call the parent function.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76666/new/

https://reviews.llvm.org/D76666

Files:
  compiler-rt/lib/sanitizer_common/sanitizer_file.h
  compiler-rt/lib/sanitizer_common/sanitizer_mac.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_posix.h
  compiler-rt/lib/sanitizer_common/sanitizer_posix_libcdep.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_internal.h
  compiler-rt/lib/sanitizer_common/sanitizer_symbolizer_posix_libcdep.cpp
  compiler-rt/lib/sanitizer_common/sanitizer_win.cpp
  compiler-rt/lib/sanitizer_common/tests/sanitizer_linux_test.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76666.252390.patch
Type: text/x-patch
Size: 6841 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200324/31c2f077/attachment.bin>


More information about the llvm-commits mailing list