<div dir="ltr">Thanks!<div><br></div><div>-- Sean Silva</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Mar 1, 2016 at 12:54 PM, Ed Maste <span dir="ltr"><<a href="mailto:emaste@freebsd.org" target="_blank">emaste@freebsd.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 18 February 2016 at 20:08, Sean Silva <<a href="mailto:chisophugis@gmail.com">chisophugis@gmail.com</a>> wrote:<br>
><br>
> On Thu, Feb 18, 2016 at 9:35 AM, Ed Maste via llvm-commits <<a href="mailto:llvm-commits@lists.llvm.org">llvm-commits@lists.llvm.org</a>> wrote:<br>
>><br>
>> Author: emaste<br>
>> Date: Thu Feb 18 11:35:30 2016<br>
>> New Revision: 261229<br>
>><br>
>> URL: <a href="http://llvm.org/viewvc/llvm-project?rev=261229&view=rev" rel="noreferrer" target="_blank">http://llvm.org/viewvc/llvm-project?rev=261229&view=rev</a><br>
>> Log:<br>
>> [tsan] Disable sysroot flag on FreeBSD<br>
>><br>
>> FreeBSD does not install a number of Clang-provided headers for the<br>
>> compiler in the base system due to incompatibilities between FreeBSD's<br>
>> and Clang's versions. As a workaround do not use --sysroot=. on FreeBSD<br>
>> until this is addressed.<br>
><br>
><br>
> Out of curiousity, how do you currently make sure that you only install a subset of clang's builtin headers? Is it with an out-of-tree mechanism? We do it out of tree for PS4 and I'm curious how you guys are doing it.<br>
<br>
</span>Oh, sorry -- I thought I replied to this. Our base system clang indeed<br>
uses bespoke build infrastructure (as is the case with all of the 3rd<br>
party software included in the base system).<br>
<br>
The header file installation can be found in<br>
lib/clang/include/Makefile -- here's a svnweb link:<br>
<a href="https://svnweb.freebsd.org/base/head/lib/clang/include/Makefile?view=markup" rel="noreferrer" target="_blank">https://svnweb.freebsd.org/base/head/lib/clang/include/Makefile?view=markup</a><br>
<span class="HOEnZb"><font color="#888888"><br>
-Ed<br>
</font></span></blockquote></div><br></div>