-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into release
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule llvm-backend
updated
13 files
+29 −6 | default.nix | |
+94 −9 | flake.lock | |
+64 −28 | flake.nix | |
+2 −2 | include/runtime/header.h | |
+2 −2 | nix/devShell.nix | |
+3 −7 | nix/llvm-backend-matching.nix | |
+15 −16 | nix/llvm-backend.nix | |
+57 −31 | nix/overlay.nix | |
+22 −10 | nix/sources.json | |
+1 −1 | runtime/collections/maps.cpp | |
+1 −1 | runtime/collections/sets.cpp | |
+4 −1 | shell.nix | |
+1 −28 | test.nix |