diff options
| author | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-29 14:03:32 +0100 |
|---|---|---|
| committer | gingerBill <gingerBill@users.noreply.github.com> | 2025-09-29 14:03:32 +0100 |
| commit | 53f4fc1cbbd58396241264785dc1c8a75798f062 (patch) | |
| tree | 119fd8f54f7958e4ccb6a80a5e921e271fb6f4c5 /src/llvm_backend.cpp | |
| parent | 11dc6680d2101a76e5fff8baedd8717501b625c0 (diff) | |
Add `-para-poly-diagnostics`
Diffstat (limited to 'src/llvm_backend.cpp')
| -rw-r--r-- | src/llvm_backend.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/llvm_backend.cpp b/src/llvm_backend.cpp index ec9630a47..b47e2788f 100644 --- a/src/llvm_backend.cpp +++ b/src/llvm_backend.cpp @@ -3556,6 +3556,10 @@ gb_internal bool lb_generate_code(lbGenerator *gen) { TIME_SECTION("LLVM Correct Entity Linkage"); lb_correct_entity_linkage(gen); + if (build_context.para_poly_diagnostics) { + lb_do_para_poly_diagnostics(gen); + } + llvm_error = nullptr; defer (LLVMDisposeMessage(llvm_error)); |