[clang] [X86] Relax AVX ABI warning on internal functions (PR #157570)

Joseph Huber via cfe-commits cfe-commits at lists.llvm.org
Thu Sep 11 08:10:50 PDT 2025


jhuber6 wrote:

> Does this actually fix the linked bug report? That's about `always_inline` functions, which still have default visibility.

Right, forgot to do a check on that. Hopefully I can just check the attribute there.

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


More information about the cfe-commits mailing list