[Lldb-commits] [PATCH] D79999: [lldb] [Windows] Provide vasprintf only for MSVC
Mateusz MikuĊa via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Fri May 15 11:57:45 PDT 2020
mati865 added a comment.
Indeed, I'll see if I can build all LLVM related packages without `_GNU_SOURCE`. Otherwise I'll guard it with `#ifndef _GNU_SOURCE` instead.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79999/new/
https://reviews.llvm.org/D79999
More information about the lldb-commits
mailing list