| ... | @@ -8635,6 +8635,9 @@ static void define_builtin_types(CodeGen *g) { | ... | @@ -8635,6 +8635,9 @@ static void define_builtin_types(CodeGen *g) { |
| 8635 | // It's either a float or a double, depending on a toolchain switch | 8635 | // It's either a float or a double, depending on a toolchain switch |
| 8636 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); | 8636 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); |
| 8637 | break; | 8637 | break; |
| | 8638 | case ZigLLVM_msp430: |
| | 8639 | add_fp_entry(g, "c_longdouble", 64, LLVMDoubleType(), &g->builtin_types.entry_c_longdouble); |
| | 8640 | break; |
| 8638 | default: | 8641 | default: |
| 8639 | zig_panic("TODO implement mapping for c_longdouble"); | 8642 | zig_panic("TODO implement mapping for c_longdouble"); |
| 8640 | } | 8643 | } |