- Make BranchProbability constructor public.
[llvm/stm8.git] / tools / llvmc / examples / Makefile
blob8468e93104426421111a0262ce0c6d1b11daa44e
1 ##===- tools/llvmc/examples/Makefile -----------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open Source
6 # License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL=../../..
12 PARALLEL_DIRS := Hello Simple mcc16 Skeleton
14 include $(LEVEL)/Makefile.common