diff options
author | John Criswell <criswell@uiuc.edu> | 2006-12-13 16:54:24 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2006-12-13 16:54:24 +0000 |
commit | e026c070c4e9001c6023a8c14664e68151e0b30f (patch) | |
tree | cd3fc81a9623de44f101b7ad8129476065858703 /tools/opt/Makefile | |
parent | 21a55c9f082848dc0dc4b3294c7b2e5636e73f60 (diff) | |
download | external_llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.zip external_llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.gz external_llvm-e026c070c4e9001c6023a8c14664e68151e0b30f.tar.bz2 |
Remove DSA.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32542 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt/Makefile')
-rw-r--r-- | tools/opt/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/Makefile b/tools/opt/Makefile index 787136e..6d11d34 100644 --- a/tools/opt/Makefile +++ b/tools/opt/Makefile @@ -11,6 +11,6 @@ TOOLNAME = opt REQUIRES_EH := 1 LINK_COMPONENTS := bcreader bcwriter instrumentation scalaropts ipo \ - datastructure transforms + transforms include $(LEVEL)/Makefile.common |