mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 14:20:19 +00:00
llvmPackages_16.llvm: actually enable libLLVMGold.so
As noted in 3e8355df84, this seems to be
unproblematic. If we keep this disabled, it is unfortunately not
possible to do PGO with the default clang stdenv on GNU platforms.
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
, python3
|
||||
, python3Packages
|
||||
, libffi
|
||||
, enableGoldPlugin ? (lib.versions.major release_version != "16" && libbfd.hasPluginAPI)
|
||||
# TODO: Can this memory corruption bug still occur?
|
||||
# <https://github.com/llvm/llvm-project/issues/61350>
|
||||
, enableGoldPlugin ? libbfd.hasPluginAPI
|
||||
, libbfd
|
||||
, libpfm
|
||||
, libxml2
|
||||
|
||||
Reference in New Issue
Block a user