[PATCH] D40627: [asan] Use linker initialization for the allocator

Aleksey Shlyapnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 29 16:35:22 PST 2017


alekseyshl added inline comments.


================
Comment at: lib/asan/asan_allocator.cc:823
 void InitializeAllocator(const AllocatorOptions &options) {
-  instance.Initialize(options);
+  instance.Initialize(options, /*linker_initialized*/ false);
 }
----------------
And where's /*linker_initialized*/ true call?


Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D40627





More information about the llvm-commits mailing list