[PATCH] D43818: Better OpenBSD frontend support

Kamil Rytarowski via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 06:53:30 PST 2018


krytarowski added a reviewer: vitalybuka.
krytarowski added a comment.

OpenBSD ships with an aggressive ASLR (or ASR) implementation with fragmentation of user address space. As far as I can tell, it's not possible to disable it. This means that you are restricted to UBSan.


Repository:
  rC Clang

https://reviews.llvm.org/D43818





More information about the cfe-commits mailing list