commit | 579d91411acac4ad68e65376050b1f1729e63ec5 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Wed May 22 20:27:00 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Wed May 22 20:27:00 2002 +0000 |
tree | 57de98dc40f2dda040b5ddc7526bb85c4a3adff1 | |
parent | 91c93376ae1471a19da7ea7f4ebc780396613f7a [diff] [blame] |
Initial checkin of the "extract" utility git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2716 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/extract/Makefile b/tools/extract/Makefile new file mode 100644 index 0000000..f9209d1 --- /dev/null +++ b/tools/extract/Makefile
@@ -0,0 +1,6 @@ +LEVEL = ../.. + +TOOLNAME = extract +USEDLIBS = bcreader bcwriter transforms ipo analysis transformutils ipa vmcore support + +include $(LEVEL)/Makefile.common