Generalize name mangling rule to have a singular definition for a name separator

This commit is contained in:
gingerBill
2023-07-07 23:52:56 +01:00
parent 62031c24a2
commit 3072479c3c
3 changed files with 6 additions and 4 deletions
+2
View File
@@ -346,6 +346,8 @@ struct lbProcedure {
};
#define ABI_PKG_NAME_SEPARATOR "."
#if !ODIN_LLVM_MINIMUM_VERSION_14
#define LLVMConstGEP2(Ty__, ConstantVal__, ConstantIndices__, NumIndices__) LLVMConstGEP(ConstantVal__, ConstantIndices__, NumIndices__)