search for: serializationfwd

Displaying 3 results from an estimated 3 matches for "serializationfwd".

2007 Dec 08
3
[LLVMdev] APFloat.h header file usage
Hi, I'm trying to separate the Support, System, ADT and Config header files into the support module, per previous plans. However, APFloat.h is not self-contained: APFloat.h:105:43: error: llvm/Bitcode/SerializationFwd.h: No such file or directory APFloat.h:106:37: error: llvm/CodeGen/ValueTypes.h: No such file or directory As you can see, APFloat.h depends on things that are not in the ADT, Support, or System header files. This, in my mind, constitutes a design flaw. Can we move the functionality that depends o...
2007 Dec 08
0
[LLVMdev] APFloat.h header file usage
On Dec 8, 2007, at 1:13 AM, Reid Spencer wrote: > Hi, > > I'm trying to separate the Support, System, ADT and Config header > files > into the support module, per previous plans. However, APFloat.h is not > self-contained: > > APFloat.h:105:43: error: llvm/Bitcode/SerializationFwd.h: No such file > or directory > APFloat.h:106:37: error: llvm/CodeGen/ValueTypes.h: No such file or > directory > > As you can see, APFloat.h depends on things that are not in the ADT, > Support, or System header files. This, in my mind, constitutes a > design > flaw. Can...
2007 Dec 08
2
[LLVMdev] APFloat.h header file usage
...wrote: > > > Hi, > > > > I'm trying to separate the Support, System, ADT and Config header > > files > > into the support module, per previous plans. However, APFloat.h is not > > self-contained: > > > > APFloat.h:105:43: error: llvm/Bitcode/SerializationFwd.h: No such file > > or directory > > APFloat.h:106:37: error: llvm/CodeGen/ValueTypes.h: No such file or > > directory > > > > As you can see, APFloat.h depends on things that are not in the ADT, > > Support, or System header files. This, in my mind, constitutes...