Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 3.2k
Compilation failure on latest mater for target AVR25 (ATTiny13A MCU) #21487
Copy link
Copy link
Closed
Labels
arch-avr8-bit AVR8-bit AVRbackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Milestone
Description
Metadata
Metadata
Assignees
Labels
arch-avr8-bit AVR8-bit AVRbackend-llvmThe LLVM backend outputs an LLVM IR Module.The LLVM backend outputs an LLVM IR Module.bugObserved behavior contradicts documented or intended behaviorObserved behavior contradicts documented or intended behaviorregressionIt worked in a previous version of Zig, but stopped working.It worked in a previous version of Zig, but stopped working.upstreamAn issue with a third party project that Zig uses.An issue with a third party project that Zig uses.
Zig Version
0.14.0-dev.1632+d83a3f174
Steps to Reproduce and Observed Behavior
Minimal case to repro:
build.zig.zon.{ .name="tmp.CsP3FWngBQ", .version="0.0.0", .paths= .{ "build.zig", "build.zig.zon", "src", }, }build.zigsrc/main.zigzig buildoutput:Expected Behavior
Code compiles successfully. Confirmed to work on
0.13.0.