search for: use_precompiled_bytecod

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

2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...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 the test/Programs/* programs. This is used as the bytecode source > # when USE_PRECOMPILED_BYTECODE is specified or when source code is not > # available for the program (su...
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