[LLVMdev] Headers & Libraries
Alkis Evlogimenos
alkis at evlogimenos.com
Fri Nov 14 12:57:01 PST 2003
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
> > an install target it will end up in /usr/include/llvm) otherwise it is a
> > user header.
>
> We don't want a user to compile a new copy of LLVM using the headers of
> a previously-installed version of LLVM.
including with "" will not accomplish that though any less than including with
<>. In both cases you will need to specify the correct -I flags to the
compiler.
--
Alkis
More information about the llvm-dev
mailing list