llvmPackages: add comment for mistake

This commit is contained in:
Emily
2025-09-14 19:03:24 +01:00
parent 8f33b55254
commit d49413f1f4
@@ -456,6 +456,7 @@ let
extraPackages = [ ];
extraBuildCommands = mkExtraBuildCommands0 cc;
}
# FIXME: This should be inside the `wrapCCWith` call.
// lib.optionalAttrs (
lib.versionAtLeast metadata.release_version "15" && stdenv.targetPlatform.isWasm
) { nixSupport.cc-cflags = [ "-fno-exceptions" ]; };