aboutsummaryrefslogtreecommitdiff
path: root/test/assemble_and_link.zig
AgeCommit message (Expand)Author
2021-10-04migrate from `std.Target.current` to `@import("builtin").target`Andrew Kelley
2020-02-28update std lib to new Target APIAndrew Kelley
2018-05-31use * for pointer type instead of &Andrew Kelley
2018-01-25syntax: functions require return type. remove `->`Andrew Kelley
2017-05-01`@import("builtin")` instead of `@compileVar`Andrew Kelley
2017-04-30back to AT&T syntax for assemblyAndrew Kelley
2017-04-19convert assemble and link tests to zig build systemAndrew Kelley