projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d338788
)
llvm/tools/Makefile: Suppress building llvm-lto on cygming, for now, probably due...
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Sep 2013 13:12:24 +0000
(13:12 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 20 Sep 2013 13:12:24 +0000
(13:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@191088
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/Makefile
patch
|
blob
|
history
diff --git
a/tools/Makefile
b/tools/Makefile
index d3d4593a50cce6aa8a1d1edee815197fdf097e75..4e7ef5db830fa5e3d6ec171c4bc98b3a8aef8186 100644
(file)
--- a/
tools/Makefile
+++ b/
tools/Makefile
@@
-71,6
+71,8
@@
endif
# On Win32, loadable modules can be built with ENABLE_SHARED.
ifneq ($(ENABLE_SHARED),1)
ifneq (,$(filter $(HOST_OS), Cygwin MingW))
+ DIRS := $(filter-out llvm-lto, \
+ $(DIRS))
PARALLEL_DIRS := $(filter-out bugpoint-passes, \
$(PARALLEL_DIRS))
endif