[all-commits] [llvm/llvm-project] 4e7c68: [lldb] Never compile the debugserver with Clang mo...
Raphael Isemann via All-commits
all-commits at lists.llvm.org
Fri Mar 6 17:26:56 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e7c686e46c394b339919df9f716614675d81613
https://github.com/llvm/llvm-project/commit/4e7c686e46c394b339919df9f716614675d81613
Author: Raphael Isemann <teemperor at gmail.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M lldb/tools/debugserver/CMakeLists.txt
Log Message:
-----------
[lldb] Never compile the debugserver with Clang module flags
Summary:
Compiling ObjC++ with Clang modules is usually not working well and compiling
the small debugserver with modules is not worth the trouble.
Reviewers: JDevlieghere
Reviewed By: JDevlieghere
Subscribers: mgorny, JDevlieghere, lldb-commits
Tags: #lldb
Differential Revision: https://reviews.llvm.org/D74891
More information about the All-commits
mailing list