diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-07 23:52:56 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-07 23:52:56 +0100 |
| commit | 3072479c3c3c4818b0a41dc2aed288e8b3ec0582 (patch) | |
| tree | 0ea22e8adac08fe629beb61b2aaf2f9c9e00ffc9 /src/llvm_backend.hpp | |
| parent | 62031c24a2afeb9dd15a85e3e15a78860900be6a (diff) | |
Generalize name mangling rule to have a singular definition for a name separatordev-2023-07
Diffstat (limited to 'src/llvm_backend.hpp')
| -rw-r--r-- | src/llvm_backend.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp index 3aa13b488..ce01485ff 100644 --- a/src/llvm_backend.hpp +++ b/src/llvm_backend.hpp @@ -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__) |