fixes #29350 by enabling headers variant in binutils when compiling llvm with gold (#37245)

This commit is contained in:
Thomas-Ulrich 2023-04-27 18:53:45 +02:00 committed by GitHub
parent ed34c4a004
commit c59eb8cdea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -254,7 +254,7 @@ class Llvm(CMakePackage, CudaPackage):
depends_on("py-six", when="+lldb+python")
# gold support, required for some features
depends_on("binutils+gold+ld+plugins", when="+gold")
depends_on("binutils+gold+ld+plugins+headers", when="+gold")
# Older LLVM do not build with newer compilers, and vice versa
with when("@16:"):