search for: bytecode_repository

Displaying 2 results from an estimated 2 matches for "bytecode_repository".

2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...erride the value set in Makefile.$(uname) > # > LLVMGCCDIR := /home/yue/cfrontend/x86/llvm-gcc/ > > # When this setting is set to true, programs in the llvm/test/Programs hierarchy > # are not recompiled from source code. Instead, the bytecode for the file is > # pulled from the BYTECODE_REPOSITORY directory. This can be useful when disk > # space is limited or when you just don't want to spend time running the C > # frontend. > # > #USE_PRECOMPILED_BYTECODE := 1 > > > # This path specifies the cannonical location of bytecode files for compiled > # versions of t...
2004 Apr 01
1
[LLVMdev] Makefile.config
Hi John, I have attached my Makefile.config. I noticed that I did'nt have SRC_ROOT and OBJ_ROOT variables defined as such in my environment. But I noticed that this is defined in the Makefile.config by default to the same values. All the same, I tried defining both these variables in my .cshrc, but I still get the same error. The main directory for me is /home/llvm, and I have