[Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
Mehdi Amini
llvmlistbot at llvm.org
Thu Feb 6 03:18:05 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.
----------------
joker-eph 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".
https://github.com/llvm/llvm-project/pull/125875
More information about the Mlir-commits
mailing list