Skip to content

Commit

Permalink
Dwarf: implement and test decls
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobly0 committed Sep 6, 2024
1 parent d87739c commit c141e99
Show file tree
Hide file tree
Showing 4 changed files with 405 additions and 413 deletions.
2 changes: 1 addition & 1 deletion ci/x86_64-linux-debug.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stage3-debug/bin/zig build \

stage3-debug/bin/zig build test docs \
--maxrss 21000000000 \
-Dlldb=$HOME/deps/lldb-zig/Debug-befcd57a8/bin/lldb \
-Dlldb=$HOME/deps/lldb-zig/Debug-04ef0cde8/lldb \
-fqemu \
-fwasmtime \
-Dstatic-llvm \
Expand Down
2 changes: 1 addition & 1 deletion ci/x86_64-linux-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ stage3-release/bin/zig build \

stage3-release/bin/zig build test docs \
--maxrss 21000000000 \
-Dlldb=$HOME/deps/lldb-zig/Release-befcd57a8/bin/lldb \
-Dlldb=$HOME/deps/lldb-zig/Release-04ef0cde8/bin/lldb \
-fqemu \
-fwasmtime \
-Dstatic-llvm \
Expand Down
Loading

0 comments on commit c141e99

Please sign in to comment.