diff options
| author | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 23:17:22 +0000 |
|---|---|---|
| committer | Vikram S. Adve <vadve@cs.uiuc.edu> | 2001-08-28 23:17:22 +0000 |
| commit | 59e3b8220a0acf736bccb2231089e8981591c517 (patch) | |
| tree | d9af0d54f083646022300ac1ed2288c9472092c3 /lib/CodeGen | |
| parent | 3b4d062eb37f14023293d8cace5845d04f10b52e (diff) | |
Makefile for InstrSched/
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@403 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen')
| -rw-r--r-- | lib/CodeGen/InstrSched/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/CodeGen/InstrSched/Makefile b/lib/CodeGen/InstrSched/Makefile new file mode 100644 index 0000000000..7ddca32b4d --- /dev/null +++ b/lib/CodeGen/InstrSched/Makefile @@ -0,0 +1,7 @@ +LEVEL = ../../.. + +DIRS = + +LIBRARYNAME = sched + +include $(LEVEL)/Makefile.common |
