[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
Tobias Gysi
llvmlistbot at llvm.org
Thu Feb 6 12:23:24 PST 2025
================
@@ -49,6 +49,9 @@ def DLTI_Dialect : Dialect {
constexpr const static ::llvm::StringLiteral
kDataLayoutEndiannessLittle = "little";
+ constexpr const static ::llvm::StringLiteral
+ kDataLayoutManglingStyleKey = "dlti.mangling_style";
----------------
gysit wrote:
LLVM's language reference uses style instead of mode. It makes sense to switch to "dlti.mangling_mode" then!
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list