[PATCH] D46456: [asan] Add support for Myriad RTEMS memory map

Walter Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 08:52:24 PDT 2018


waltl marked an inline comment as done.
waltl added inline comments.


================
Comment at: compiler-rt/lib/asan/asan_mapping.h:141
+//
+// Shadow mapping on Myriad2:
+// || `[0x9ff80000, 0x9fffffff]` || ShadowGap  ||
----------------
krytarowski wrote:
> Is this RTEMS/Myriad2 CPU?
The memory map is for Myriad2, which is a chip comprising multiple CPUs (2 Sparcs and one Shave).  RTEMS is the OS used but it is not tied to the memory map.




Repository:
  rL LLVM

https://reviews.llvm.org/D46456





More information about the llvm-commits mailing list