zig/lib/std/build
Luuk de Gram 4bffe645c6
std: remove hack in test step
This hack was initially introduced as we would export all symbols
unconditionally, including non-function definitions. This would cause
an error from the Wasmtime runtime engine, which this flag would
suppress. As we now properly export symbols, this flag is no longer
needed and any user running into this error can manually include it.

This commit also adds the `--import-symbols` ability to build.zig
2022-12-28 15:57:19 +01:00
..
CheckFileStep.zig std lib API deprecations for the upcoming 0.9.0 release 2021-11-30 00:13:07 -07:00
CheckObjectStep.zig link-tests: add macho strict validation test 2022-12-23 14:02:52 +01:00
EmulatableRunStep.zig all: rename i386 to x86 2022-11-04 00:09:27 +03:30
FmtStep.zig remove redundant license headers from zig standard library 2021-08-24 12:25:09 -07:00
InstallArtifactStep.zig std.build: extract steps to separate files 2022-12-11 12:48:17 -07:00
InstallDirStep.zig std.build: extract steps to separate files 2022-12-11 12:48:17 -07:00
InstallFileStep.zig std.build: extract steps to separate files 2022-12-11 12:48:17 -07:00
InstallRawStep.zig add zig objcopy subcommand 2022-12-13 15:37:52 -05:00
LibExeObjStep.zig std: remove hack in test step 2022-12-28 15:57:19 +01:00
LogStep.zig std.build: extract steps to separate files 2022-12-11 12:48:17 -07:00
OptionsStep.zig std.build.OptionsStep: fix regressed tests 2022-12-11 12:48:17 -07:00
RemoveDirStep.zig std.build: extract steps to separate files 2022-12-11 12:48:17 -07:00
RunStep.zig std.build: fix typo 2022-11-15 23:23:27 +02:00
TranslateCStep.zig remove -fstage1 option 2022-12-06 12:15:04 -07:00
WriteFileStep.zig remove most conditional compilation based on stage1 2022-12-06 20:38:54 -07:00