summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-10-02 15:14:13 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-10-02 15:14:13 +0000
commitb6adb4216cbc466cae62eff75ec9b2b552ecf866 (patch)
tree7616f68f328ba1590769608e2e489e37263c9aaf /tools/Makefile
parentcf0bb134a053492c550e3083f3b556e98a58041f (diff)
downloadllvm-b6adb4216cbc466cae62eff75ec9b2b552ecf866.tar.gz
llvm-b6adb4216cbc466cae62eff75ec9b2b552ecf866.tar.bz2
llvm-b6adb4216cbc466cae62eff75ec9b2b552ecf866.tar.xz
Tidy up this line of the Makefile before I start hacking on it.
I really should sort it or do something more sustainable, but I couldn't work up the energy to do it... Sorry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile14
1 files changed, 5 insertions, 9 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 4e7ef5db83..bacca717f3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -27,15 +27,11 @@ OPTIONAL_DIRS := lldb
# large and three small executables. This is done to minimize memory load
# in parallel builds. Please retain this ordering.
DIRS := llvm-config
-PARALLEL_DIRS := opt llvm-as llvm-dis \
- llc llvm-ar llvm-nm \
- llvm-prof llvm-link \
- lli llvm-extract llvm-mc \
- bugpoint llvm-bcanalyzer \
- llvm-diff macho-dump llvm-objdump llvm-readobj \
- llvm-rtdyld llvm-dwarfdump llvm-cov \
- llvm-size llvm-stress llvm-mcmarkup \
- llvm-symbolizer obj2yaml yaml2obj
+PARALLEL_DIRS := opt llvm-as llvm-dis llc llvm-ar llvm-nm llvm-prof llvm-link \
+ lli llvm-extract llvm-mc bugpoint llvm-bcanalyzer llvm-diff \
+ macho-dump llvm-objdump llvm-readobj llvm-rtdyld \
+ llvm-dwarfdump llvm-cov llvm-size llvm-stress llvm-mcmarkup \
+ llvm-symbolizer obj2yaml yaml2obj
# If Intel JIT Events support is configured, build an extra tool to test it.
ifeq ($(USE_INTEL_JITEVENTS), 1)