[Lldb-commits] [PATCH] D65717: [lldb][clang] Reflect LangStandard.h move to clang/Basic
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 5 00:39:15 PDT 2019
labath accepted this revision.
labath added a comment.
This revision is now accepted and ready to land.
> building lldb with an existing (pre-Langstandard.h move)
> clang: is this supposed to work in the general case
No, this isn't something that is supposed to work in the general case. master LLDB builds only with master clang. Sometimes you might be able to get away with using a slightly older (~a week) clang or llvm (I do to cut down on build times), but that is a totally unsupported thing...
Repository:
rLLDB LLDB
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65717/new/
https://reviews.llvm.org/D65717
More information about the lldb-commits
mailing list