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

Configure LLVM module PIC level #66062

Merged
merged 1 commit into from
Nov 6, 2019
Merged

Commits on Nov 3, 2019

  1. Configure LLVM module PIC level

    As of LLVM 9, this is required for 32-bit PowerPC to properly generate
    PLT references. Previously, only BigPIC was supported; now LLVM supports
    both BigPIC and SmallPIC, and there is no default value provided.
    smaeul committed Nov 3, 2019
    Configuration menu
    Copy the full SHA
    1943079 View commit details
    Browse the repository at this point in the history