Skip to content

[rustbuild] should not assume llvm-config shares root with FileCheck #36282

Description

@nagisa

I have a wrapper for llvm-config in ~/local/bin/ to workaround for a bug in original llvm-config, but rustbuild assumes there’s FileCheck in the same directory as llvm-config, making rustbuild fail.

It should instead get the LLVM bindir from llvm-config itself.

$ which llvm-config
/home/nagisa/local/bin/llvm-config
$ llvm-config --bindir
/usr/bin

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions