[compiler-rt] [asan] Re-exec without ASLR if needed on 32-bit Linux (PR #131975)
Thurston Dang via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 20 10:26:56 PDT 2025
thurstond wrote:
> This patch broke (at least) the [Solaris/sparcv9](https://lab.llvm.org/buildbot/#/builders/13/builds/6060) and [Solaris/amd64](https://lab.llvm.org/staging/#/builders/120/builds/7073) bots: `<sys/personality.h>` is a Linux-only feature, while `asan_linux.cpp`, despite its name, is used by serveral Unix OSes.
>
> Please fix.
Sorry, my bad. Fixed in https://github.com/llvm/llvm-project/commit/89a1197c1f4f and https://github.com/llvm/llvm-project/commit/adb57757b964
https://github.com/llvm/llvm-project/pull/131975
More information about the llvm-commits
mailing list