[cfe-commits] TargetData to DataLayout changes

Villmow, Micah Micah.Villmow at amd.com
Fri Oct 5 15:18:28 PDT 2012


I've attached a zip file containing all of the 17 different patches for the various components and LLVM core.

I would prefer to check them in at one time since there are some changes that are dependent across components.

For example, some API's take a TargetData in LLVM, but once I change clang to use DataLayout, it fails to build because of the API mismatch. I could add work-arounds, but I would then have to go through and remove them after submitting core and I might miss them.

Let me know if these patches are ok and I'll check them in once I get the OK.

There are no known failures when running make check, but lldb doesn't build for me with my version of GCC, so not sure if it is fine or not.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: targetdata_to_datalayout_patches.zip
Type: application/zip
Size: 146491 bytes
Desc: targetdata_to_datalayout_patches.zip
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20121005/c5cd5167/attachment.zip>


More information about the cfe-commits mailing list