[PATCH] D45838: [sanitizer] More dead code removal

Vitaly Buka via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 15:02:57 PDT 2018


vitalybuka added inline comments.


================
Comment at: lib/sanitizer_common/sanitizer_common.h:272
 const char *GetEnv(const char *name);
-bool SetEnv(const char *name, const char *value);
 
----------------
this one is used by external code, check __sanitizer::SetEnv google3


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45838





More information about the llvm-commits mailing list