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

Don't allow DESTDIR to influence LLVM builds #74252

Merged
merged 1 commit into from
Jul 14, 2020

Commits on Jul 12, 2020

  1. Don't allow DESTDIR to influence LLVM builds

    When running a command like `DESTDIR=foo x.py install` in a completely
    clean build directory, this will cause LLVM to be installed into
    `DESTDIR`, which then causes the build to fail later when it attempts
    to *use* those LLVM files.
    shepmaster committed Jul 12, 2020
    Configuration menu
    Copy the full SHA
    9741fbd View commit details
    Browse the repository at this point in the history