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

fix lldb on macOS #52254

Merged
merged 2 commits into from Dec 18, 2018
Merged

fix lldb on macOS #52254

merged 2 commits into from Dec 18, 2018

Conversation

matthewbauer
Copy link
Member

Motivation for this change

Fixes #47886

Gets the install_name set correctly for lldb.

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
Fixes NixOS#47886

We don’t want llvm to set the install name for us. It should be the
one given to us.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants