Added llvmgcc version to allow tests to be xfailed by frontend version.
[llvm-complete.git] / lib / Bytecode / Makefile
blobb31a245292f3bae1821f3ae7256bb6cde37dfab1
1 ##===- lib/Bytecode/Makefile -------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by the LLVM research group and is distributed under
6 # the University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 PARALLEL_DIRS = Reader Writer Archive
13 include $(LEVEL)/Makefile.common