Objlink Tier 1
This directory runs dedicated kitchen-sink fixtures for object, link, arch, and asm sentinels. It does not sample the broader corpora.
Fixtures live under test/tier1/kitchen/objlink/:
asm/: directkit mc/kit disasencode/decode checks for aa64, x64, and rv64.object/: one C object with common symbols, weak/hidden symbols, data relocations, and per-function/per-data sections; it is round-tripped withkit objcopyand compared through the ELF normalizer.link/: a tiny multi-object program linked throughkit arandkit ldwith an archive member and--gc-sections, plus a structural ELF DSO and executable-against-DSO lane.interop/: a kit-produced object linked by clang/lld when available, and a clang-produced object linked back through kit.
Run all:
test/tier1/objlink/run.sh
Prerequisite:
make bin