[LLVMdev] Question about the GraphWriter.h file

Misha Brukman brukman at uiuc.edu
Wed Jan 12 21:19:28 PST 2005


On Wed, Jan 12, 2005 at 11:50:25AM -0300, Paul Blackburn wrote:
> I'd like to know where LLVM installs the GraphWriter.h file on a
> standard install. I'd like to know this to avoid any possibility of
> overwriting it with software that I am developing.
> 
> Please CC me as I'm off list.

$prefix/include/llvm/Support/GraphWriter.h

$prefix defaults /usr/local, unless explicitly specified when
configuring (./configure --prefix=[dir]).

-- 
Misha Brukman :: http://misha.brukman.net :: http://llvm.cs.uiuc.edu




More information about the llvm-dev mailing list