[Lldb-commits] [PATCH] D12582: NetBSD doesn't ship with getopt_long_only(3)
Kamil Rytarowski via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 3 03:57:18 PDT 2015
krytarowski added a comment.
In case that new commit message was lost, it's here:
commit 4193d823f0fdda0799c632c05836c2ed8f26186c
Author: Kamil Rytarowski <n54 at gmx.com>
Date: Thu Sep 3 12:10:33 2015 +0200
Move GetOptInc to the common namespace
GetOptInc provides getopt(), getopt_long() and getopt_long_only().
Windows (for defined(_MSC_VER)) doesn't ship with all of them.
NetBSD just needs getopt_long_only().
While there fix the code for clang diagnostics.
Repository:
rL LLVM
http://reviews.llvm.org/D12582
More information about the lldb-commits
mailing list