[clang] [Clang][ARM][AArch64] Alway emit protection attributes for functions. (PR #82819)

via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 27 09:05:12 PST 2024


DanielKristofKiss wrote:

Function attributes are only attached when they are set.
#83153 ensures the synthetic function are also gets the right attributes so 
the backend doesn't need to use the module attributes #83154. 

https://github.com/llvm/llvm-project/pull/82819


More information about the cfe-commits mailing list