Committed in r165393(dragonegg), 165399(poolalloc), 165401(llvm docs), 165402(llvm core), 165403(llvm extra), r165395(clang), r165397(libcxxabi), 165398(vmkit), 165400(safecode), 165396(lldb), 165394(klee), 165405(klee backward compatibility fixes).
Micah > -----Original Message----- > From: Chris Lattner [mailto:[email protected]] > Sent: Friday, October 05, 2012 5:10 PM > To: Villmow, Micah > Cc: [email protected]; [email protected] > Subject: Re: [llvm-commits] TargetData to DataLayout changes > > > On Oct 5, 2012, at 3:18 PM, "Villmow, Micah" <[email protected]> > wrote: > > > I've attached a zip file containing all of the 17 different patches > for the various components and LLVM core. > > Sounds fine, please consider these, and any other incremental steps > along the way as pre-approved. > > -Chris > > > > > 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.<targetdata_to_datalayout_patches.zip>_____________________________ > __________________ > > llvm-commits mailing list > > [email protected] > > http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits > _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
