[Openmp-commits] [openmp] [NFC][OpenMP][OMPX] Use `[[clang::always_inline]]` instead of `inline` (PR #91294)
Joseph Huber via Openmp-commits
openmp-commits at lists.llvm.org
Thu May 23 07:12:55 PDT 2024
jhuber6 wrote:
Why do we need these to be always_inline? The `inline` keyword pretty much just means that the function doesn't get a symbol, which is typical for header implementations like this. Some context in the description would help.
https://github.com/llvm/llvm-project/pull/91294
More information about the Openmp-commits
mailing list