[PATCH] D47929: Add modules support for lldb headers in include/
Adrian Prantl via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 13 11:55:35 PDT 2018
aprantl added a comment.
I'm getting a new warning now, can you also reproduce this?
In file included from <module-includes>:21:
In file included from ../tools/lldb/include/lldb/Host/MainLoop.h:13:
tools/lldb/include/lldb/Host/Config.h:33:9: warning: 'HAVE_LIBCOMPRESSION' macro redefined [-Wmacro-redefined]
#define HAVE_LIBCOMPRESSION
^
<command line>:1:9: note: previous definition is here
#define HAVE_LIBCOMPRESSION 1
^
1 warning generated.
Repository:
rL LLVM
https://reviews.llvm.org/D47929
More information about the llvm-commits
mailing list