[PATCH] D54641: [compiler-rt] [cmake] Fix detecting terminfo library
Kamil Rytarowski via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 16 11:48:45 PST 2018
krytarowski added a comment.
As I understand it -ltinfo vs -lterminfo is mixing native curses(3) and external ncurses(3) from pkgsrc, while we prefer to use entirely our native version for all LLVM projects.
Repository:
rCRT Compiler Runtime
https://reviews.llvm.org/D54641
More information about the cfe-commits
mailing list