Pick a single source-of-truth for jet.ll (preferably runtime-ir/jet.ll), remove the unused duplicate at crates/jet/runtime-ir/jet.ll, and update any docs or build scripts that mention the duplicate. If a copy is required for packaging, add a build step or script to generate it from the source-of-truth file instead of manually duplicating.
Pick a single source-of-truth for
jet.ll(preferablyruntime-ir/jet.ll), remove the unused duplicate atcrates/jet/runtime-ir/jet.ll, and update any docs or build scripts that mention the duplicate. If a copy is required for packaging, add a build step or script to generate it from the source-of-truth file instead of manually duplicating.