[llvm] r191832 - Tidy up this line of the Makefile before I start hacking on it.
Chandler Carruth
chandlerc at gmail.com
Wed Oct 2 08:14:13 PDT 2013
Author: chandlerc
Date: Wed Oct 2 10:14:13 2013
New Revision: 191832
URL: http://llvm.org/viewvc/llvm-project?rev=191832&view=rev
Log:
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.
Modified:
llvm/trunk/tools/Makefile
Modified: llvm/trunk/tools/Makefile
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/Makefile?rev=191832&r1=191831&r2=191832&view=diff
==============================================================================
--- llvm/trunk/tools/Makefile (original)
+++ llvm/trunk/tools/Makefile Wed Oct 2 10:14:13 2013
@@ -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)
More information about the llvm-commits
mailing list