Skip to content

Module: fix early exit conditions during compilation#13167

Merged
andrewrk merged 1 commit intoziglang:masterfrom
jacobly0:fix-comp-early-exit
Oct 15, 2022
Merged

Module: fix early exit conditions during compilation#13167
andrewrk merged 1 commit intoziglang:masterfrom
jacobly0:fix-comp-early-exit

Conversation

@jacobly0
Copy link
Member

  • --verbose-llvm-ir should trigger analysis and codegen
  • -femit-asm etc should trigger codegen even with -fno-emit-bin

Closes #12588

 * `--verbose-llvm-ir` should trigger analysis and codegen
 * `-femit-asm` etc should trigger codegen even with `-fno-emit-bin`

Closes ziglang#12588
@andrewrk
Copy link
Member

Thanks!

@andrewrk andrewrk merged commit c7f9833 into ziglang:master Oct 15, 2022
@jacobly0 jacobly0 deleted the fix-comp-early-exit branch October 16, 2022 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

build.zig generates invalid LLVM IR

2 participants