forked from OSchip/llvm-project
Add LLVMGCCDIR variable to eliminate hardcoded paths from test/Makefile.tests.
llvm-svn: 3528
This commit is contained in:
parent
728de92db4
commit
a0e2fd3c2f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue