[PATCH] D120418: [LLVM] Support histedit.h and libedit.a in non-standard locations
Riyaz V Puthiyapurayil via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 23 10:44:20 PST 2022
RVP added a comment.
This seems to cause a build failure.
ld.lld: error: undefined symbol: strvis
>>> referenced by hist.o:(hist_command) in archive /usr/lib/x86_64-linux-gnu/libedit.a
>>> referenced by history.o:(history_save_fp) in archive /usr/lib/x86_64-linux-gnu/libedit.a
>>> referenced by historyn.o:(history_save_fp) in archive /usr/lib/x86_64-linux-gnu/libedit.a
ld.lld: error: undefined symbol: strlcpy
>>> referenced by terminal.o:(terminal_settc) in archive /usr/lib/x86_64-linux-gnu/libedit.a
>>> referenced by terminal.o:(terminal_settc) in archive /usr/lib/x86_64-linux-gnu/libedit.a
>>> referenced by tty.o:(tty_stty) in archive /usr/lib/x86_64-linux-gnu/libedit.a
>>> did you mean: strncpy
>>> defined in: /lib/x86_64-linux-gnu/libc.so.6
Closing this for now as it seems this may need further work.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120418/new/
https://reviews.llvm.org/D120418
More information about the llvm-commits
mailing list