<div dir="ltr">Even simple typedefs already imply a host dependency.  Currently platform specific typedefs are not brought in through Host/Config.h, but they could be for example.  But I guess the point is that if you're compiling for a particular host, you're already married to it.  <div>
<br></div><div>I guess I only find this an issue because the codebase or style guide doesn't seem to discourage using #ifdefs for platform-specific logic.  So say I'm editing some file, and I see the use of LLDB_DISABLE_POSIX.  I then go use that same define in another file because I need it, and it's not defined because Config.h isn't included.  Including it is obviously an easy fix, but it just strikes me as inconsistent that it would be defined in some places and not others.  What if someone uses it in a header file?  (Note that it's already used in a header file, btw.  ProcessLaunchInfo.h).<br>
<div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jul 3, 2014 at 12:35 PM,  <span dir="ltr"><<a href="mailto:jingham@apple.com" target="_blank">jingham@apple.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This seems a little backward to me.  We should be encouraging all the generic code in lldb to have no host dependencies unless they are absolutely necessary, shouldn't we?  Making all .cpp files include a host specific header file seems going counter to this aim.<br>


<span><font color="#888888"><br>
Jim<br>
</font></span><div><br>
<br>
> On Jul 2, 2014, at 10:04 PM, Zachary Turner <<a href="mailto:zturner@google.com" target="_blank">zturner@google.com</a>> wrote:<br>
><br>
> It would be useful if there were a header file that were always included in every CPP file before any other header file, that would initialize any platform-specific defines and whatnot.  We already have a header file that seems to serve exactly this purpose, but it just isn't always included.  It's lldb/Host/Config.h<br>


><br>
> Doing a single pass over every file and manually including this would be a lot of work, but can we make it a policy going forward that a) this file will always be included first, in every newly created cpp file, and b) When touching files, try to remember to add this include at the top?<br>


</div><div><div>> _______________________________________________<br>
> lldb-dev mailing list<br>
> <a href="mailto:lldb-dev@cs.uiuc.edu" target="_blank">lldb-dev@cs.uiuc.edu</a><br>
> <a href="http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev" target="_blank">http://lists.cs.uiuc.edu/mailman/listinfo/lldb-dev</a><br>
<br>
</div></div></blockquote></div><br></div></div></div>