[PATCH] D80791: [AArch64] Generate .note.gnu.property based on module flags.

Momchil Velikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 25 01:29:59 PDT 2020


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

In D85649 <https://reviews.llvm.org/D85649> I changed the module flags to be always present and have a zero/non-zero value. That's needed during LTO, if a flag is present in one module and absent in another,
no error is reported and the existing flags is used in the merged module, affecting the codegen for the module that did not initially have the flag.

tl;dr we need to check the value of the flags, not just their existence.


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

https://reviews.llvm.org/D80791



More information about the llvm-commits mailing list