build.zig | 9 ++++-- src/analyze.cpp | 3 +- std/build.zig | 31 +++++++++++------- std/debug.zig | 2 +- std/special/compiler_rt.zig | 3 ++ std/special/compiler_rt/divti3.zig | 1 - std/special/compiler_rt/muldi3.zig | 54 ++++++++++++++++++++++++++++++++ std/special/compiler_rt/muldi3_test.zig | 51 ++++++++++++++++++++++++++++++ test/tests.zig | 3 +- 9 files changed, 139 insertions(+), 18 deletions(-)