[LLVMdev] Headers & Libraries
Brian R. Gaeke
gaeke at uiuc.edu
Fri Nov 14 12:46:01 PST 2003
> 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.
--
gaeke at uiuc.edu
More information about the llvm-dev
mailing list