Handle more CPU modes of: m68k, hppa, sh3, vax, mips, sparc, ppc, alpha.
These modes are requires for NetBSD (and typically LSan/GCC).
Differential D69765
[compiler-rt] Support more CPUs in LSan Allocator Address Space krytarowski on Nov 3 2019, 8:18 AM. Authored by
Details
Handle more CPU modes of: m68k, hppa, sh3, vax, mips, sparc, ppc, alpha. These modes are requires for NetBSD (and typically LSan/GCC).
Diff Detail
Event Timeline
|
Maybe change this to && !defined(__mips_n32)?
For our CHERI CPU we use n64 but don't have _LP64 defined (since pointers are 128 bits).