llvmPackages: remove redundant comment

This commit is contained in:
Emily
2025-09-14 19:03:24 +01:00
parent c3c8a4a05d
commit 8f33b55254
@@ -440,7 +440,6 @@ let
extraBuildCommands = mkExtraBuildCommands0 cc;
}
// lib.optionalAttrs (lib.versionAtLeast metadata.release_version "14") {
# "-nostartfiles" used to be needed for pkgsLLVM, causes problems so don't include it.
nixSupport.cc-cflags = lib.optional (
lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm
) "-fno-exceptions";