diff options
-rw-r--r-- | tools/llc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llc/Makefile b/tools/llc/Makefile index 1e63f01cfc..7a54f1f818 100644 --- a/tools/llc/Makefile +++ b/tools/llc/Makefile @@ -11,7 +11,7 @@ TOOLNAME = llc USEDLIBS = sparc \ x86 \ powerpc \ - selectiondag \ + selectiondag \ regalloc \ sched \ select \ |