Compiling ObjC++ with Clang modules is usually not working well and compiling
the small debugserver with modules is not worth the trouble.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D74891
[lldb] Never compile the debugserver with Clang module flags ClosedPublic Authored by teemperor on Feb 20 2020, 4:07 AM.
Details Summary Compiling ObjC++ with Clang modules is usually not working well and compiling
Diff Detail Event Timelineteemperor added a parent revision: D75164: [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake. teemperor mentioned this in D75164: [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake.Feb 26 2020, 4:27 AM teemperor added a child revision: D74892: [lldb][cmake] Also use local submodule visibility on Darwin. This revision is now accepted and ready to land.Feb 26 2020, 9:54 AM Closed by commit rG4e7c686e46c3: [lldb] Never compile the debugserver with Clang module flags (authored by teemperor). · Explain WhyMar 6 2020, 5:39 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 245614 lldb/tools/debugserver/source/CMakeLists.txt
|