mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 04:10:07 +00:00
Generalize name mangling rule to have a singular definition for a name separator
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user