Displaying 3 results from an estimated 3 matches for "9d8f35d2".
2003 Nov 14
1
[LLVMdev] Headers & Libraries
...mind "making it so".
Reid
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20031114/9d8f35d2/attachment.sig>
2003 Nov 14
0
[LLVMdev] Headers & Libraries
On Friday 14 November 2003 01:22 pm, Reid Spencer wrote:
> There is no separation of headers and cpp files. When I specify my
> makefiles, I indicate which headers are public (installable) and which
> are private (not installed).
IMO it is better to include with "" internal header files that are never
installed as is the case with all headers under lib. It makes file
2003 Nov 14
2
[LLVMdev] Headers & Libraries
On Fri, 2003-11-14 at 10:56, Alkis Evlogimenos wrote:
> On Friday 14 November 2003 12:45 pm, Brian R. Gaeke wrote:
> > > So what they call "system" headers are basically installed
> > > headers and user headers are internal ones. In the context of llvm every
> > > header that is under inlcude is a "system" header (because when we write
> >