Open
Description
When we compile a project for the SBF target, we still invoke the linker, assuming the BPF target.
Them seems to be related to the following line:
However, changing it to Architecture::Sbf
crashes the linker, as we try to put together files compiled for both the BPF and the SBF target.
We are either invoking the compiler for both targets or writing the incorrect architecture in the file header.
Metadata
Assignees
Labels
No labels