[PATCH] D43818: Better OpenBSD frontend support

David CARLIER via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 06:56:52 PST 2018


devnexen added a comment.

In https://reviews.llvm.org/D43818#1020577, @krytarowski wrote:

> 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.


True I planned ubsan with asan to start then realised I can only do ubsan (still work in progress but workable).


Repository:
  rC Clang

https://reviews.llvm.org/D43818





More information about the cfe-commits mailing list