diff options
Diffstat (limited to 'src/llvm_backend.hpp')
| -rw-r--r-- | src/llvm_backend.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/llvm_backend.hpp b/src/llvm_backend.hpp index fef6e754d..648e8a732 100644 --- a/src/llvm_backend.hpp +++ b/src/llvm_backend.hpp @@ -173,7 +173,8 @@ struct lbModule { PtrMap<LLVMValueRef, Entity *> procedure_values; Array<lbProcedure *> missing_procedures_to_check; - StringMap<LLVMValueRef> const_strings; + StringMap<LLVMValueRef> const_strings; + String16Map<LLVMValueRef> const_string16s; PtrMap<u64/*type hash*/, struct lbFunctionType *> function_type_map; |