| ... | @@ -8657,6 +8657,9 @@ static void define_builtin_types(CodeGen *g) { | ... | @@ -8657,6 +8657,9 @@ static void define_builtin_types(CodeGen *g) { |
| 8657 | // It's either a float or a double, depending on a toolchain switch | 8657 | // It's either a float or a double, depending on a toolchain switch |
| 8658 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); | 8658 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); |
| 8659 | break; | 8659 | break; |
| | 8660 | case ZigLLVM_msp430: |
| | 8661 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); |
| | 8662 | break; |
| 8660 | default: | 8663 | default: |
| 8661 | zig_panic("TODO implement mapping for c_longdouble"); | 8664 | zig_panic("TODO implement mapping for c_longdouble"); |
| 8662 | } | 8665 | } |