Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3528 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Vikram S. Adve 2002-08-30 03:27:09 +00:00
parent c214e71edf
commit bf587f3244

View File

@ -21,3 +21,6 @@ BURG = /home/vadve/vadve/Research/DynOpt/Burg/burg
#
PURIFY = /usr/dcs/applications/purify/bin/purify
# Path to location for LLVM front-end
#
LLVMGCCDIR = /home/vadve/lattner/cvs/gcc_install