From bf587f324492084df0ba65cb0fc20074c841b6f6 Mon Sep 17 00:00:00 2001 From: "Vikram S. Adve" Date: Fri, 30 Aug 2002 03:27:09 +0000 Subject: [PATCH] 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 --- Makefile.config | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.config b/Makefile.config index 30ef632aba6..d94552f110d 100644 --- a/Makefile.config +++ b/Makefile.config @@ -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