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

[DO NOT MERGE] Stage release 9 #114

Closed
wants to merge 7 commits into from
Closed

Commits on Mar 18, 2020

  1. wasi-sdk support for full LTO.

    Add support for building libcxx and libcxxabi in LTO mode, along aside
    the regular non-LTO builds.
    
    Pass CLANG_VERSION to the wasi-libc build so that it can build itself in
    LTO and non-LTO modes.
    
    And drop the explicit -O1 from the compiler-rt build, and just go with
    the default optimization settings.
    sunfishcode committed Mar 18, 2020
    Configuration menu
    Copy the full SHA
    e91a49e View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2020

  1. Configuration menu
    Copy the full SHA
    cee6128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25b4e3e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2020

  1. Configuration menu
    Copy the full SHA
    4d9d484 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    462f65b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b681171 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf3835f View commit details
    Browse the repository at this point in the history