On Sat, Jul 12, 2014 at 12:14 AM, Alp Toker <a...@nuanti.com> wrote:

> The builtin intrinsic headers have somehow ended up in 'lib' along with
> the sources.
>
> These are in fact runtime data files, provided with the implementation but
> aren't part of the build.
>
> I'm planning to move them to 'runtime/intrinsics' shortly, similar to how
> we lay out other parts of the implementation (but keeping them in the same
> SVN module, given how tightly coupled they are to the frontend). So I
> wanted to run the change by the list first for a sanity check..
>
> No patch as this is a mostly mechanical 'svn mv'. Sounds good?


I like the idea of moving them, but 'intrinsics' doesn't seem like a great
name, because our 'std*.h' headers live there too, and they're not
intrinsics. runtime/include, perhaps?
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to