summaryrefslogtreecommitdiff
path: root/utils/makellvm
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2007-02-14 07:39:35 +0000
committerChris Lattner <sabre@nondot.org>2007-02-14 07:39:35 +0000
commite5ff00870a67a03d53973166782542c0c7e057c2 (patch)
treee92b3f3e97b5119629ca08f2144d509037efab96 /utils/makellvm
parentc661d61d82b2b512ad9670b248bbacb4eda5d293 (diff)
downloadllvm-e5ff00870a67a03d53973166782542c0c7e057c2.tar.gz
llvm-e5ff00870a67a03d53973166782542c0c7e057c2.tar.bz2
llvm-e5ff00870a67a03d53973166782542c0c7e057c2.tar.xz
remove obsolete path
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34273 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/makellvm')
-rwxr-xr-xutils/makellvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/makellvm b/utils/makellvm
index d84b6743ce..9c479efc96 100755
--- a/utils/makellvm
+++ b/utils/makellvm
@@ -11,7 +11,7 @@ set DEBUG = 0
## Search path for automatically finding the obj-root to use.
## Note: The src root directory ${LLVMDIR} will be prepended to this path later.
##
-set OBJROOTDIRLIST = ( "/localhome/$USER/llvm" )
+set OBJROOTDIRLIST = ( )
set doit = 1
unset options_done