Add more 256-bit forms for a bunch of regular AVX instructions
[llvm.git] / tools / bugpoint / Makefile
blob5d287ef188aeb9af43b3e75cc76f1f99486ce9b0
1 ##===- tools/bugpoint/Makefile -----------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
11 TOOLNAME = bugpoint
13 LINK_COMPONENTS := asmparser instrumentation scalaropts ipo \
14 linker bitreader bitwriter
16 include $(LEVEL)/Makefile.common