Skip to content

Commit

Permalink
alignment support
Browse files Browse the repository at this point in the history
* align locals and globals
* pad structs when doing non-standard alignment
  • Loading branch information
arnetheduck committed Sep 18, 2023
1 parent 1fb9bca commit 440ca3b
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 223 deletions.
2 changes: 1 addition & 1 deletion Nim
Submodule Nim updated 1 files
+0 −1 lib/system/alloc.nim
2 changes: 1 addition & 1 deletion nlvm-lib/nlvm_system.nim
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

# Nothing in here may raise
{.push raises: [].}

{.used.}
import system/ansi_c
import ./nlvm_unwind

Expand Down
Loading

0 comments on commit 440ca3b

Please sign in to comment.