diff options
Diffstat (limited to 'llvm/tools')
-rw-r--r-- | llvm/tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llc/Makefile b/llvm/tools/llc/Makefile index 48a20d3ebc4..3df1a771666 100644 --- a/llvm/tools/llc/Makefile +++ b/llvm/tools/llc/Makefile @@ -1,6 +1,6 @@ LEVEL = ../.. TOOLNAME = llc -USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt instrument livevar bcreader vmcore asmwriter analysis support +USEDLIBS = sparc regalloc sched select sparc regalloc sched select target opt instrument livevar bcreader vmcore asmwriter analysis support transforms include $(LEVEL)/Makefile.common |