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

Patch lldb-3.7.1 to build on mac #14603

Merged
merged 1 commit into from
Jan 10, 2016
Merged

Conversation

ihnorton
Copy link
Member

@ihnorton ihnorton commented Jan 8, 2016

@tkelman
Copy link
Contributor

tkelman commented Jan 8, 2016

should this be deletion or addition?

@ihnorton
Copy link
Member Author

ihnorton commented Jan 8, 2016

Must have left out -R the last time I ran diff. Updated, thanks.

+
ifeq ($(HOST_OS),MingW)
$(eval $(call DIR_SOURCES,windows))
+SOURCES += posix/ConnectionFileDescriptorPosix.cpp
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the posix here concerns me, mingw is not posix

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is from upstream, but I think it was committed directly: https://www.mail-archive.com/[email protected]/msg03413.html

I'll take it out, although I don't have a windows build right now to test. ... I'm not sure if anyone else actually builds LLVM with MinGW and Makefiles any more.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've never built lldb so no idea whether the file name concern is justified.

ihnorton added a commit that referenced this pull request Jan 10, 2016
Patch lldb-3.7.1 to build on mac
@ihnorton ihnorton merged commit 113e0d9 into JuliaLang:master Jan 10, 2016
@ihnorton ihnorton deleted the lldb371-patch branch January 10, 2016 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants