diff options
| author | Andrew Kelley <superjoe30@gmail.com> | 2016-08-17 20:11:04 -0700 |
|---|---|---|
| committer | Andrew Kelley <superjoe30@gmail.com> | 2016-08-17 20:11:04 -0700 |
| commit | ed50bd1b655ff028bdd650edecdcdd6675f1dee0 (patch) | |
| tree | 18bab13e2631f2ec55fdd5447baa7134c282e4a4 /src/all_types.hpp | |
| parent | 0fbb9e09ea89ea24ec214b244e1de9574516c74c (diff) | |
| download | zig-ed50bd1b655ff028bdd650edecdcdd6675f1dee0.tar.gz zig-ed50bd1b655ff028bdd650edecdcdd6675f1dee0.zip | |
progress toward stack trace printing
Diffstat (limited to 'src/all_types.hpp')
| -rw-r--r-- | src/all_types.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/all_types.hpp b/src/all_types.hpp index 4785c21d20..de47409d69 100644 --- a/src/all_types.hpp +++ b/src/all_types.hpp @@ -1232,6 +1232,7 @@ struct CodeGen { TypeTableEntry *entry_os_enum; TypeTableEntry *entry_arch_enum; TypeTableEntry *entry_environ_enum; + TypeTableEntry *entry_oformat_enum; TypeTableEntry *entry_atomic_order_enum; } builtin_types; @@ -1256,6 +1257,7 @@ struct CodeGen { uint32_t target_os_index; uint32_t target_arch_index; uint32_t target_environ_index; + uint32_t target_oformat_index; LLVMTargetMachineRef target_machine; LLVMZigDIFile *dummy_di_file; bool is_native_target; |
