aboutsummaryrefslogtreecommitdiff
path: root/lib/std/build/CheckObjectStep.zig
AgeCommit message (Expand)Author
2022-11-12Make invalidFmtError public and use in place of compileErrors for bad format ...Nick Cernis
2022-10-25CheckObjectStep: parse and dump `target_features`Luuk de Gram
2022-10-18CheckObjectStep: correctly depend on its own stepLuuk de Gram
2022-10-18Sema: implement linksection on functionsjacobly0
2022-10-08CheckObjectStep: parsing and dumping producersLuuk de Gram
2022-09-29Fix `Step.cast` for `OptionsStep` and `CheckObjectStep`Lee Cannon
2022-08-03macho: sync with zldJakub Konka
2022-07-23rename:RunCompareStep -> EmulatableRunStepLuuk de Gram
2022-07-23RunCompareStep: implement new stepLuuk de Gram
2022-07-22link-tests: add checkNotPresent and add -dead_strip smoke testJakub Konka
2022-07-12wasm-linker: Implement linker tests (#12006)Luuk de Gram
2022-06-28link-tests: do not save global extracted var unless a matchJakub Konka
2022-06-28link-tests: test -weak-lx and -weak_framework xJakub Konka
2022-06-25link-tests: defer parsing of the RPN program until running the actionJakub Konka
2022-06-23link-tests: rename check() to checkStart()Jakub Konka
2022-06-23link-tests: fix parsing symtab for machoJakub Konka
2022-06-22link-tests: add better docsJakub Konka
2022-06-22link-tests: clean up error messages in case of failureJakub Konka
2022-06-22link-tests: clean up linker testing harnessJakub Konka
2022-06-22link-tests: fix dumping of LOAD_DYLIB: name instead of path fieldJakub Konka
2022-06-22link-tests: rename CheckMachOStep to CheckObjectStep and accept obj formatJakub Konka