LLVM needs ld gold with plugin support (#22988)
See https://llvm.org/docs/GoldPlugin.html
This commit is contained in:
parent
5d88f439f3
commit
b1ec5154db
@ -171,7 +171,7 @@ class Llvm(CMakePackage, CudaPackage):
|
||||
depends_on("py-six", when="@5.0.0: +lldb +python")
|
||||
|
||||
# gold support, required for some features
|
||||
depends_on("binutils+gold", when="+gold")
|
||||
depends_on("binutils+gold+plugins", when="+gold")
|
||||
|
||||
# polly plugin
|
||||
depends_on("gmp", when="@:3.6.999 +polly")
|
||||
|
Loading…
Reference in New Issue
Block a user