This is an archive of the discontinued LLVM Phabricator instance.

[lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake
ClosedPublic

Authored by teemperor on Feb 26 2020, 4:18 AM.

Details

Summary

This is currently hidden in the Host CMakeLists but we should also use this macro in other parts of LLDB where we have ObjC++ sources (see D74891)

Diff Detail

Event Timeline

teemperor created this revision.Feb 26 2020, 4:18 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 26 2020, 4:18 AM
teemperor retitled this revision from [lldb][cmake] Move remove_modue_flags macro to AddLLDB.cmake to [lldb][cmake] Move remove_module_flags macro to AddLLDB.cmake.Feb 26 2020, 4:26 AM
teemperor edited the summary of this revision. (Show Details)
JDevlieghere accepted this revision.Feb 26 2020, 9:54 AM
This revision is now accepted and ready to land.Feb 26 2020, 9:54 AM
This revision was automatically updated to reflect the committed changes.