[PATCH] D13140: [ELF2] Fix binaries so they actually run on FreeBSD.

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 24 11:12:24 PDT 2015


davide added a comment.

After discussion with some other devs I learned some archs use OS/ABI field as fallback but still the PT_NOTE segment put in zero page is mandatory because the kernel looks at it to decide (at least on aarch64/arm). So, I think this should go in still and I'll make another patch to generate PT_NOTE.

What do you think, Ed?


http://reviews.llvm.org/D13140





More information about the llvm-commits mailing list