llvm-6502/utils
Vikram S. Adve fb5e060f2b 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
2003-09-14 23:44:31 +00:00
..
Burg Updated to find source files using VPATH. This makes writing build rules 2003-09-09 20:57:03 +00:00
emacs Syntax hilight 2003-09-08 18:07:57 +00:00
TableGen Modified the code so that we exit() with a non-zero value instead of calling 2003-09-09 14:37:48 +00:00
vim syntax highlightify 2003-09-08 18:08:11 +00:00
codegen-diff
cvsupdate
getsrcs.sh
Makefile
makellvm Update makellvm to work with the brave new world of separate obj-root trees. 2003-09-14 23:44:31 +00:00
NightlyTest.gnuplot
NightlyTest.pl Fix the nightly tester now that olden has been moved 2003-09-14 06:00:49 +00:00
NightlyTestTemplate.html