[PATCH] D85649: [AArch64] PAC/BTI code generation for LLVM generated functions
Daniel Kiss via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 18 09:43:43 PDT 2020
danielkiss added a comment.
I think `error` is fine because realistically linking modules with different BTI settings will result probably a binary that crash runtime anyway if BTI is on.
otherwise turning BTI on just of a subset of object is useless.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85649/new/
https://reviews.llvm.org/D85649
More information about the llvm-commits
mailing list