A patch to move codegen includes into public include

DeadMG wolfeinstein at gmail.com
Sat Aug 23 14:06:27 PDT 2014


Dear all,

I have attached a quick patch, which simply moves some previously-internal
CodeGen headers into the public include, based on r216273.

Placing these headers in the public include will drastically simplify the
development cycle for the layer on top of CodeGen that I discussed on
cfe-dev, targetted for 3.6. Developing that layer on top of 3.4 was a pain
for me as requiring all my users and developers to build LLVM and Clang
from source was time-consuming and fiddly.

Ideally, this would be merged into 3.5 (although I believe that ship has
sailed even for such simple patches) or a hypothetical 3.5.1. As this only
moves a few headers from one location to another, extensive testing
shouldn't be required, but just for the record, I tested on Ubuntu 14.04
with no additional failures.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140823/6ae8cbd5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: headerchange.patch
Type: text/x-patch
Size: 25961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20140823/6ae8cbd5/attachment.bin>


More information about the cfe-commits mailing list