[PATCH] D93428: [AArch64] Add bti note property when compiling asm files with -mbranch-protection=bti
Ana Pazos via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 16 16:48:33 PST 2020
apazos added a comment.
So the intention here is to generate the property when BTI branch protection is enabled, to guarantee the generate .o indeed has the property set, without requiring to pass the flag -mmark-bti-property explicitly. This is convenient for users.
Or is there a clear reason why one would enable BIT branch protection and not have the property set? What would be that use case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93428/new/
https://reviews.llvm.org/D93428
More information about the cfe-commits
mailing list