linker-compat
스타12
포크1
업데이트2026년 3월 7일 00:22
Implement issue
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
파일 탐색기
4 개 파일SKILL.md
readonly메뉴
Implement issue
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Execute Milestone Z release-candidate burn-in work for issue
Implement Milestone I sub-issues — floating-point arithmetic lowering (SSE2/NEON/RV F+D extensions, FP register class, FP calling convention) and non-promotable memory (stack frame, SP-relative alloca/load/store, non-constant GEP) across all backends.
Implement issue
Implement issue
Implement issue
Implement and verify issue
| name | linker-compat |
| description | Implement issue |
Use this skill to execute issue #91 end-to-end with external-tool validation.
llvm-codegen that emit objects and validate linker/tool compatibility.cc/ld/lld/readelf/nm (and macOS tools when applicable).src/llvm-codegen/tests/linker_compat.rs.cc link + run)cc/ld -r) under platform guardreadelf, nm, objdump, otool)..o files on Linux and macOS.Run at minimum:
cargo +stable test -p llvm-codegen
cargo +stable test
If required external tools are unavailable in environment, document exactly which tools are missing.
references/issue-91-plan.md for acceptance checklist.scripts/linker_toolcheck.sh to quickly detect local tool availability.