Displaying 1 result from an estimated 1 matches for "enable_purify".
2003 Dec 05
0
[LLVMdev] Re: Makefile.config&setenv
...he bytecode source
> # when USE_PRECOMPILED_BYTECODE is specified or when source code is not
> # available for the program (such as SPEC).
> #
> BYTECODE_REPOSITORY := /home/vadve/lattner/LLVMPrograms
> 
> # Path to location for purify, this is only needed if you build with
> # ENABLE_PURIFY=1
> # 
> PURIFY = 
> 
> #
> # SPEC benchmarks:
> #	Set the USE_SPEC variable to enable the use of the SPEC benchmarks.
> #	You must provide the SPEC benchmarks on your own.
> #
> 
> 
> #
> # Path to the SPEC benchmarks.  If you have the SPEC benchmarks, place the...