[llvm-commits] CVS: llvm/include/llvm/Support/DataTypesFix.h DataTypes.h.in
Misha Brukman
brukman at uiuc.edu
Mon Oct 18 15:23:05 PDT 2004
On Mon, Oct 18, 2004 at 05:38:46PM -0500, Chris Lattner wrote:
> On Mon, 18 Oct 2004, Misha Brukman wrote:
> > Index: llvm/include/llvm/Support/DataTypesFix.h
> > diff -c /dev/null llvm/include/llvm/Support/DataTypesFix.h:1.1
>
> How would people feel about renaming Support/DataTypesFix.h ->
> Config/AIXDataTypesFix.h and changing this:
I was contemplating that, but what if we need similar hacks on other
platforms? I was trying to be more generic "in anticipation." :)
> #include "llvm/Support/DataTypesFix.h"
>
> to:
>
> #ifdef _AIX
> #include "llvm/Config/AIXDataTypesFix.h"
> #endif
--
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu
More information about the llvm-commits
mailing list