Skip to content
GitLab
Explore
Sign in
This is an archived project. Repository and other project resources are read-only.
llvm-epi-0.8
llvm
tools
llvm-dis
Makefile
Find file
Normal view
History
Permalink
Makefile
100 B
Newer
Older
Initial revision
Chris Lattner
committed
Jun 06, 2001
1
2
LEVEL
=
../..
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
committed
Sep 07, 2001
3
TOOLNAME
=
dis
Remove asmwriter library from link line, because the useful contents of it
Chris Lattner
committed
Apr 07, 2002
4
USEDLIBS
=
bcreader vmcore support
Make use of the new TOOLNAME/USEDLIBS options provided in Makefile.common
Chris Lattner
committed
Sep 07, 2001
5
include
$(LEVEL)/Makefile.common
Initial revision
Chris Lattner
committed
Jun 06, 2001
6
Reordered link line for correct static linking.
Vikram S. Adve
committed
Jul 15, 2001
7