Use errs() instead of std::cerr.
[oota-llvm.git] / tools / Makefile
index b3c015f307cb49377c99791694b89f20bdc99111..4f0f54bdfbf84c1dd117880783beaba6e03231fd 100644 (file)
@@ -20,7 +20,8 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
                  llc llvm-ranlib llvm-ar llvm-nm \
                  llvm-ld llvm-prof llvm-link \
                  lli gccas gccld llvm-extract llvm-db \
-                 bugpoint llvm-bcanalyzer llvm-stub llvmc
+                 bugpoint llvm-bcanalyzer llvm-stub \
+                 llvm-mc llvmc
 
 # Let users override the set of tools to build from the command line.
 ifdef ONLY_TOOLS