Update makellvm to work with the brave new world of separate obj-root trees.
authorVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Sep 2003 23:44:31 +0000 (23:44 +0000)
committerVikram S. Adve <vadve@cs.uiuc.edu>
Sun, 14 Sep 2003 23:44:31 +0000 (23:44 +0000)
commitfb5e060f2b2c314a40bad8409c6548eefb3782b0
treeef3a034f08b1d7293dff0a2d4b7bc79068597439
parent8f9c4bdadc32fbe1afa84551678da76866b73bdb
Update makellvm to work with the brave new world of separate obj-root trees.
With these changes, you can still run makellvm directly from your source tree
as follows:
  % makellvm [toolname] ## looks for obj-root in default places (see below)
or
  % makellvm -obj obj-root [toolname] ## specify obj-root explicitly.

With the first from, `makellvm' checks the following places in order
and uses the first one that contains the file `Makefile.config':
(1) Your src-root directory
(2) /localhome/$USER/llvm
Other choices can be added to this list.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8509 91177308-0d34-0410-b5e6-96231b3b80d8
utils/makellvm