[llvm] [clang] [Clang][SME] Detect always_inline used with mismatched streaming attributes (PR #77936)
Sander de Smalen via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 19 07:25:43 PST 2024
================
----------------
sdesmalen-arm wrote:
It seems wrong to move the header files to llvm/include/llvm/Support, but to leave the implementation in llvm/lib/AArch64 (which ends up in a different library). If you move the corresponding .cpp file to llvm/lib/Support then you don't need to link with `AArch64Utils`.
https://github.com/llvm/llvm-project/pull/77936
More information about the cfe-commits
mailing list