Skip to content

Commit

Permalink
Don't try to build a plugin on windows.
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110573 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
espindola committed Aug 9, 2010
1 parent 1f74ad7 commit 0b5b102
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tools/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ PARALLEL_DIRS := opt llvm-as llvm-dis \
llc llvm-ranlib llvm-ar llvm-nm \
llvm-ld llvm-prof llvm-link \
lli llvm-extract llvm-mc \
bugpoint bugpoint-passes llvm-bcanalyzer llvm-stub \
bugpoint llvm-bcanalyzer llvm-stub \
llvmc

# Let users override the set of tools to build from the command line.
Expand All @@ -45,6 +45,8 @@ ifeq ($(ENABLE_PIC),1)
PARALLEL_DIRS += lto
endif

PARALLEL_DIRS += bugpoint-passes

# The edis library is only supported if ARM and/or X86 are enabled, and if
# LLVM is being built PIC on platforms that support dylibs.
ifneq ($(DISABLE_EDIS),1)
Expand Down

0 comments on commit 0b5b102

Please sign in to comment.