Skip to content

[LLDB] [python test] Builder::build does not take into account architecture param #168286

@n2h9

Description

@n2h9

from this comment: #168273 (comment) .

Builder::getBuildCommand
accepts architecture as param
and calls to

            self.getArchCFlags(architecture),
            self.getArchSpec(architecture),

to prepare a build command.
which both under the hood call to getTriple which is not taking into account arch parameter and return triple from configuration (which is apparently also None).

And so the command used to build a target does not take into account architecture when its value is provided to build and getBuildCommand.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions