Skip to content

llvm-config does not like being symlinked #9508

@llvmbot

Description

@llvmbot
Bugzilla Link 9136
Resolution WORKSFORME
Resolved on May 19, 2019 08:39
Version trunk
OS MacOS X
Reporter LLVM Bugzilla Contributor
CC @jryans

Extended Description

Currently I have a setup where my installation directory is not on the path for all users, so I create the installation in /contrib/projects/llvm and then symlink /contrib/projects/llvm/bin/llvm-config to /contrib/bin/llvm-config. This puts llvm-config on the users path, but if one runs 'llvm-config --lib-dir', one gets /contrib/lib instead of /contrib/projects/llvm/lib. This prevents any symlinking of llvm-config from being useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillallvm-toolsAll llvm tools that do not have corresponding tagworksformeResolved as "works for me"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions