Skip to content

Commit

Permalink
Update src/llvm.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Johannes Müller <[email protected]>
  • Loading branch information
HertzDevil and straight-shoota authored Feb 13, 2025
1 parent 7b9bb5a commit 62c15cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/llvm.cr
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ module LLVM
init_webassembly
{% elsif flag?(:avr) %}
init_avr
{% else %}
{% raise "Unsupported platform" %}
{% end %}
end

Expand Down

0 comments on commit 62c15cc

Please sign in to comment.