Skip to content

Linker is still invoked with target BPF #93

Open
@LucasSte

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:

"sbf" => Architecture::Bpf,

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions