[Lldb-commits] [PATCH] D151570: Fix Build error on Mac M1 : error: use of undeclared identifier 'getopt_long_only'; did you mean 'getopt_long'?
Nicklas Boman via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 2 15:32:21 PDT 2023
smurfd abandoned this revision.
smurfd added a comment.
Hey, sorry for wasting your time with this. Should have read the error message more carefully.
Its related to `pkgsrc` missing `getopt_long_only()` in `getopt.h`
Checking/filing a bug towards them instead
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D151570/new/
https://reviews.llvm.org/D151570
More information about the lldb-commits
mailing list