ability to use zig build-obj -fcompiler-rt
or zig build-lib -fcompiler-rt
to produce a compiler-rt build artifact
#7264
Labels
enhancement
Solving this issue will likely involve adding new logic or components to the codebase.
frontend
Tokenization, parsing, AstGen, Sema, and Liveness.
Milestone
This critical build artifact is already built automatically when it is needed by other build artifacts, but it can often be useful alone, especially when integrating with a third party build system.
I started trying to implement it, thinking it would be a quick fix, but I think it will be a little bit more involved because we probably want to de-duplicate the code from the
buildOutputFromZig
function.Here's what I tried so far:
The text was updated successfully, but these errors were encountered: