[PATCH] D129587: [Support] Enable BLAKE3 .note.GNU-stack sections on FreeBSD

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 14:13:42 PDT 2022


MaskRay requested changes to this revision.
MaskRay added a comment.
This revision now requires changes to proceed.

Request changes with aforementioned reasons.

In D129587#3677362 <https://reviews.llvm.org/D129587#3677362>, @emaste wrote:

> I got the same sort of change in upstream liblzma, https://git.tukaani.org/?p=xz.git;a=commit;h=865e0a3689a25a7ee8eecae1a34c1775e3aa676e

If FreeBSD still uses binutils somehow, you may change it to ignore `.note.GNU-stack`. This section is mostly not really used at this point.

binutils is moving toward this goal too https://sourceware.org/bugzilla/show_bug.cgi?id=29072#c9


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129587/new/

https://reviews.llvm.org/D129587



More information about the llvm-commits mailing list