diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-25 12:10:18 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-25 12:10:18 +0100 |
| commit | 0ae86dbe879ed58a4ca2220abf69b82f715eec35 (patch) | |
| tree | 2072bf21b1aa8017c6d812c2c6c0cb0737e106f5 /src/llvm_backend_const.cpp | |
| parent | 8b7a35fae2e35c094c178199e31e83879170a2f8 (diff) | |
Ignore further
Diffstat (limited to 'src/llvm_backend_const.cpp')
| -rw-r--r-- | src/llvm_backend_const.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/llvm_backend_const.cpp b/src/llvm_backend_const.cpp index 39e2024b0..aa5696ba3 100644 --- a/src/llvm_backend_const.cpp +++ b/src/llvm_backend_const.cpp @@ -755,6 +755,9 @@ gb_internal LLVMValueRef lb_construct_const_union(lbModule *m, LLVMValueRef vari } return nullptr; + } else { + // TODO(bill): ignore this for the time being + return nullptr; } assign_value_wrapped:; |