This is an archive of the discontinued LLVM Phabricator instance.

[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
the small debugserver with modules is not worth the trouble.

Diff Detail