[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 23 17:09:58 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";
----------------
ghehg wrote:
Sure, will use "mangling mode"
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list