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

Require gold on linux and freebsd by default. #1535

Merged

Commits on Apr 25, 2018

  1. SR-7154: Make swiftpm tests work when building with --debug-foundation

    - If building in debug mode, add an RPATH to the build lib dir of
      swift so that libFoundation.so can find libswiftSwiftOnone.so,
      required when using -Onone.
    
    (cherry picked from commit 2ba2086)
    spevans authored and gottesmm committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    a02eec7 View commit details
    Browse the repository at this point in the history
  2. Require gold on linux and freebsd by default.

    This commit just changes the default to require gold. The user can still override from the command line if they choose to.
    
    The reason why I am making this change is to match Swift's behavior here. There
    really isn't any good reason to have separate linkers compiling separate parts
    of the same build.
    
    rdar://39456714
    gottesmm committed Apr 25, 2018
    Configuration menu
    Copy the full SHA
    e6e35e1 View commit details
    Browse the repository at this point in the history