Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: d1dfc9218744
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: c6aaeb3cc1b0
Choose a head ref
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Dec 15, 2018

  1. lldb: add cf-private on darwin

    This is necessary to avoid objc errors like:
    
        "_OBJC_CLASS_$_NSDictionary", referenced from:
            objc-class-ref in liblldbHost.a(HostInfoMacOSX.mm.o)
            objc-class-ref in liblldbPluginPlatformMacOSX.a(PlatformiOSSimulatorCoreSimulatorSupport.mm.o)
      ld: symbol(s) not found for architecture x86_64
    matthewbauer committed Dec 15, 2018
    Copy the full SHA
    1d6b0eb View commit details
    Browse the repository at this point in the history
  2. lldb: use provided INSTALL_NAME_DIR

    Fixes #47886
    
    We don’t want llvm to set the install name for us. It should be the
    one given to us.
    matthewbauer committed Dec 15, 2018
    Copy the full SHA
    adcf4aa View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2018

  1. Merge pull request #52254 from matthewbauer/47886-fix

    fix lldb on macOS
    matthewbauer committed Dec 18, 2018
    Copy the full SHA
    c6aaeb3 View commit details
    Browse the repository at this point in the history