mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
Updated the shell.nix file to use LLVM 13. Also changed the file to use with llvmPackages_13
as it should make it easier to bump versions.
parent
9921ab4dc1
commit
9514175efc
@ -7,13 +7,14 @@ pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
cmake
|
||||
gdb
|
||||
clang_12
|
||||
llvmPackages_12.clang-unwrapped
|
||||
llvm_12
|
||||
lld_12
|
||||
ninja
|
||||
qemu
|
||||
];
|
||||
] ++ (with llvmPackages_13; [
|
||||
clang
|
||||
clang-unwrapped
|
||||
lld
|
||||
llvm
|
||||
]);
|
||||
}
|
||||
```
|
||||
The `hardeningDisable` part is crucial otherwise you will get compile errors.
|
Loading…
Reference in New Issue
Block a user