[PATCH] D78532: Add missing call to `__sanitizer::InitializePlatformEarly()` in UBSan's standalone init.

Julian Lettner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 21 10:14:54 PDT 2020


yln added a comment.

So technically this is not necessary (standalone UBSan does not mmap memory), but good for consistency in case it stops being a noop?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78532





More information about the llvm-commits mailing list