Option B from the Wiki (https://github.com/ziglang/zig/wiki/Building-Zig-From-Source#option-b-use-a-pre-built-zig-binary) requires "LLVM, Clang, and LLD libraries built using Zig", which should be built with zig-bootstrap.
Instead, I want to use Zig from "Option A" (and reuse LLVM, Clang, LLD from the "Option A" build).
How can I achieve this? I'm on LInux .