gnu: clang-runtime: Remove obsolete workaround.
* gnu/packages/llvm.scm (clang-runtime-14)[native-inputs]: Remove.
This commit is contained in:
parent
712ee76530
commit
8ea970a945
@ -634,11 +634,7 @@ of programming tools as well as libraries with equivalent functionality.")
|
|||||||
#~(modify-phases #$phases
|
#~(modify-phases #$phases
|
||||||
(add-after 'unpack 'change-directory
|
(add-after 'unpack 'change-directory
|
||||||
(lambda _
|
(lambda _
|
||||||
(chdir "compiler-rt")))))))
|
(chdir "compiler-rt"))))))))))
|
||||||
(native-inputs
|
|
||||||
`(;; FIXME: libfuzzer fails to build with GCC 10.
|
|
||||||
("gcc" ,gcc-11)
|
|
||||||
,@(package-native-inputs template))))))
|
|
||||||
|
|
||||||
(define-public clang-14
|
(define-public clang-14
|
||||||
(let ((template
|
(let ((template
|
||||||
|
Loading…
x
Reference in New Issue
Block a user