[PATCH] D46468: [asan] Add target-specific files for Myriad RTEMS port
Walter Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 17 11:48:52 PDT 2018
waltl marked an inline comment as done.
waltl added inline comments.
================
Comment at: compiler-rt/lib/asan/asan_rtems.cc:33
+void InitializeShadowMemory() {
+ kHighMemEnd = kHighMemBeg - 1;
+ kMidMemBeg = 0;
----------------
alekseyshl wrote:
> kHighMemEnd = 0 to match the current state of D46456
Thanks for catching that; too many repos. :)
Repository:
rL LLVM
https://reviews.llvm.org/D46468
More information about the llvm-commits
mailing list