-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Reapply "RuntimeLibcalls: Use get_host_tool_path for executables used … (#159488) #159489
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 stack of pull requests is managed by Graphite. Learn more about stacking. |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/11/builds/24227 Here is the relevant piece of the build log for the reference
|
#159513 should fix the fuchsia failure, but is stricter than theoretically required |
I won't be able to look into this more until tomorrow, but this seems to have broken the RISC-V cross-build bots e.g. https://lab.llvm.org/buildbot/#/builders/87/builds/3257 |
Attempt to fix #159707 |
LLVM Buildbot has detected a new failure on builder Full details are available at: https://lab.llvm.org/buildbot/#/builders/72/builds/15120 Here is the relevant piece of the build log for the reference
|
What issue did this attempt to fix by adding the If building in a configuration with e.g.
I guess this would require a check to see that the variables expand to something non-empty as well. Or was that what the |
Oh, sorry, I see this seems to try to address this issue! |
Probably don't need the target checks, really just need the executable |
Ok, right. But in which case would that be empty - IIRC most other uses of |
This reverts commit 44b7abc.
Add additional if TARGET checks