-
Notifications
You must be signed in to change notification settings - Fork 14.3k
[llvm-readtapi] Add symlink to call readtapi
#67748
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This may be overkill but I didn't figure out a better way to install both the tool and symlink when adding |
I see the usage of |
I tried that initially. AFAICT it doesn't create a target, so I couldn't figure out how to get that symlink as a part of the installation step. I ended up doing a simpler version of https://github.com/llvm/llvm-project/blob/main/llvm-libgcc/CMakeLists.txt#L134 |
I am looking at |
`llvm-nm' seems special, since it is considered a binutils tool. |
Yes, there are BINUTILS and CCTOOLS and TOOLCHAIN_TOOLS. I'm not opposed to adding |
f3a49c0
to
bfb2ce5
Compare
readtapi
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
For the sake of completeness, this is actually enough for my goal to install downstream. It turned out the downstream project had some defaults that didn't play nicely with llvm-tools. Specifically |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
(cherry picked from commit a54f31f)
(cherry picked from commit a54f31f)
No description provided.