diff options
author | Marius Bakke <marius@gnu.org> | 2022-01-30 18:29:57 +0100 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-02-01 23:46:04 +0100 |
commit | 4ed2b6ac38f536123dd102f30750e9396f6aeffd (patch) | |
tree | 6e55a66970944e3c5416d0aff6f48da591a151d4 /gnu/packages/debug.scm | |
parent | 16a45eae2daf628127ff73331cce450296758859 (diff) |
gnu: LLVM: Switch to 13 as the default.
* gnu/packages/llvm.scm (llvm, clang-runtime, clang, clang-toolchain): Use
version 13.
* gnu/packages/gnuzilla.scm (mozjs-78)[native-inputs]: Change from LLVM to LLVM-9.
* gnu/packages/rust.scm (rust-1.39, rust-1.40)[inputs]: Likewise.
* gnu/packages/debug.scm (c-reduce)[inputs]: Stick with CLANG-9 and/or LLVM-9.
* gnu/packages/diffoscope.scm (diffoscope)[inputs]: Likewise.
* gnu/packages/linux.scm (bcc, bpftrace)[inputs]: Likewise.
* gnu/packages/llvm.scm (libclc, libomp)[native-inputs]: Likewise.
* gnu/packages/games.scm (hedgewars)[native-inputs]: Likewise.
* gnu/packages/graphics.scm (openshadinglanguage)[native-inputs]: Likewise.
* gnu/packages/opencl.scm (pocl)[inputs]: Likewise.
Diffstat (limited to 'gnu/packages/debug.scm')
-rw-r--r-- | gnu/packages/debug.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm index 3bf7f6a8e0..180fd936ec 100644 --- a/gnu/packages/debug.scm +++ b/gnu/packages/debug.scm @@ -132,8 +132,8 @@ program to exhibit a bug.") (native-inputs (list flex)) (inputs `(("astyle" ,astyle) - ("llvm" ,llvm) - ("clang" ,clang) + ("llvm" ,llvm-9) + ("clang" ,clang-9) ("indent" ,indent) ("perl" ,perl) ("exporter-lite" ,perl-exporter-lite) |