[llvm-commits] PATCH: Use modules data layout over subtargetdata layout, if it exists.
Burke, Max
mburke at ea.com
Wed Feb 18 14:31:16 PST 2009
Re patches, will do.
I'm trying to fix interop between code that LLVM generates and that
generated by a few other compilers on a handful of platforms which have
differing alignments than what LLVM specifies, without hard coding the
permutations into the backends.
-----Original Message-----
From: llvm-commits-bounces at cs.uiuc.edu
[mailto:llvm-commits-bounces at cs.uiuc.edu] On Behalf Of Chris Lattner
Sent: Wednesday, February 18, 2009 2:18 PM
To: Commit Messages and Patches for LLVM
Subject: Re: [llvm-commits] PATCH: Use modules data layout over
subtargetdata layout, if it exists.
Hi Max,
What are you trying to accomplish here? Changing the target data
layout arbitrarily can cause serious problems. Also, please send
patches as an attachment.
More information about the llvm-commits
mailing list