Commit 8f33b552 authored by Emily's avatar Emily
Browse files

llvmPackages: remove redundant comment

parent c3c8a4a0
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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";