This is an archive of the discontinued LLVM Phabricator instance.

[lldb/Host] Use Host/Config.h entries instead of a global define.
ClosedPublic

Authored by JDevlieghere on Dec 10 2019, 8:53 AM.

Details

Summary

As suggested by Pavel in D71232

Can we replace this (and maybe python too, while at it) with a Host/Config.h entry? A global definition means that one has to recompile everything when these change in any way, whereas in practice only a handful of files need this..

Diff Detail

Event Timeline

JDevlieghere created this revision.Dec 10 2019, 8:53 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 10 2019, 8:53 AM
Herald added a subscriber: mgorny. · View Herald Transcript
labath accepted this revision.Dec 10 2019, 10:00 AM

Thanks, this should have been done a long time ago...

This revision is now accepted and ready to land.Dec 10 2019, 10:00 AM
This revision was automatically updated to reflect the committed changes.