[PATCH] D46468: [asan] Add target-specific files for Myriad RTEMS port
    Aleksey Shlyapnikov via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu May 17 11:39:21 PDT 2018
    
    
  
alekseyshl added inline comments.
================
Comment at: compiler-rt/lib/asan/asan_rtems.cc:33
+void InitializeShadowMemory() {
+  kHighMemEnd = kHighMemBeg - 1;
+  kMidMemBeg =  0;
----------------
kHighMemEnd = 0 to match the current state of D46456
Repository:
  rL LLVM
https://reviews.llvm.org/D46468
    
    
More information about the llvm-commits
mailing list