Skip to content
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

llvm: Avoid looking at /proc/self/exe #18074

Merged
merged 1 commit into from
Oct 4, 2023

Commits on Oct 2, 2023

  1. llvm: Avoid looking at /proc/self/exe

    LLVM looks at /proc/self/exe to determine which binary has been called.
    This does not work with the proposed changes for termux-exec:
    termux/termux-exec#24
    
    Luckily the fallback to look at argv0 works instead.
    fornwall authored and Grimler91 committed Oct 2, 2023
    Configuration menu
    Copy the full SHA
    3203951 View commit details
    Browse the repository at this point in the history