This revision was automatically updated to reflect the committed changes.
Closed by commit rL252250: Reuse native curses(8) library on NetBSD (authored
by brucem).
Changed prior to commit:
http://reviews.llvm.org/D14037?vs=39440&id=39444#toc
Repository:
rL LLVM
http://reviews.llvm.org/D1403
krytarowski updated this revision to Diff 39440.
krytarowski added a comment.
Rebase to master
Repository:
rL LLVM
http://reviews.llvm.org/D14037
Files:
source/Core/IOHandler.cpp
Index: source/Core/IOHandler.cpp
===
--- sourc
brucem added a reviewer: clayborg.
brucem added a comment.
I'd like to land this given approval.
Repository:
rL LLVM
http://reviews.llvm.org/D14037
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/li
youri added a subscriber: youri.
youri added a comment.
Builds on OS X:
Darwin mac.local 15.0.0 Darwin Kernel Version 15.0.0: Wed Aug 26 16:57:32 PDT
2015; root:xnu-3247.1.106~1/RELEASE_X86_64 x86_64
Repository:
rL LLVM
http://reviews.llvm.org/D14037
___
krytarowski added a comment.
I have successfully compiled this patch on FreeBSD.
$ uname -a
FreeBSD 10.1-RELEASE-p19 FreeBSD 10.1-RELEASE-p19 #0: Sat Aug 22 03:55:09 UTC
2015 r...@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Repository:
rL LLVM
http://reviews.
akat1 added a subscriber: akat1.
akat1 added a comment.
I've compiled it successfully on:
Distributor ID: Ubuntu
Description:Ubuntu 14.04.3 LTS
Release:14.04
Codename: trusty
Linux AAH 3.13.0-46-generic #75-Ubuntu SMP Tue Feb 10 15:24:04 UTC 2015 x86_64
x86_64 x86_64 GNU/Linux
krytarowski added a subscriber: brucem.
krytarowski added a comment.
Bruce was involved in the older version with `config.h`.
Repository:
rL LLVM
http://reviews.llvm.org/D14037
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://list
krytarowski created this revision.
krytarowski added subscribers: lldb-commits, joerg.
krytarowski set the repository for this revision to rL LLVM.
The reason for it is limit of detecting ncurses on various systems. For
example, Ubuntu ships with and linkage from ,
isn't detected by CMake. Detec