[PATCH] D108479: [Clang] Add __builtin_addressof_nocfi

Sami Tolvanen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 18 12:50:56 PST 2021


samitolvanen planned changes to this revision.
samitolvanen added a comment.

In D108479#3140688 <https://reviews.llvm.org/D108479#3140688>, @rjmccall wrote:

> In D108479#3140638 <https://reviews.llvm.org/D108479#3140638>, @samitolvanen wrote:
>
>> In D108479#3133578 <https://reviews.llvm.org/D108479#3133578>, @rjmccall wrote:
>>
>>> If we do need to support constant expressions of this
>>
>> Yes, we need this also in constant expressions.
>
> Okay.  I assume just static initializers, and not things like template arguments?

Correct.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108479



More information about the cfe-commits mailing list