[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Sun Feb 23 17:06:40 PST 2025
================
@@ -77,6 +77,9 @@ def DLTI_DataLayoutSpecAttr :
/// Returns the alloca memory space identifier.
StringAttr getAllocaMemorySpaceIdentifier(MLIRContext *context) const;
+ /// Returns the mangling style identifier.
----------------
ghehg wrote:
> Where is the meaning of "mangling style" documented? I'm raising this because my first thought when hearing about "mangling" is rather "Itanium C++" than "MachO".
This is part of [datalayout string spec in the LLVM Doc ] (https://llvm.org/docs/LangRef.html#data-layout).
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list