[clang] [flang] [llvm] [mlir] [Support][NFC] Move OptimizationLevel to the Support directory (PR #157057)
Mehdi Amini via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 5 05:58:24 PDT 2025
joker-eph wrote:
As an alternative: can this be just made a header-only implementation?
Since C++17 we can have `static inline` variables in a class (and `static constexpr` are by default inline: https://en.cppreference.com/w/cpp/language/inline.html
https://github.com/llvm/llvm-project/pull/157057
More information about the cfe-commits
mailing list