diff options
-rw-r--r-- | llvm/tools/analyze/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/analyze/Makefile b/llvm/tools/analyze/Makefile index 98599b36ae1..aab1c2f93e5 100644 --- a/llvm/tools/analyze/Makefile +++ b/llvm/tools/analyze/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = analyze -USEDLIBS = opt asmparser bcreader vmcore asmwriter analysis opt support +USEDLIBS = opt analysis asmparser bcreader asmwriter vmcore analysis opt support include $(LEVEL)/Makefile.common |