Moving lib/Headers

Richard Smith richard at metafoo.co.uk
Wed Jul 16 17:48:02 PDT 2014


On Sat, Jul 12, 2014 at 12:14 AM, Alp Toker <alp at 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?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140716/5f7c038b/attachment.html>


More information about the cfe-commits mailing list