Added llvmgcc version to allow tests to be xfailed by frontend version.
[llvm-complete.git] / lib / Linker / Makefile
blobefa2c35f40858ec87300e10d3aea66b5332e3d4a
1 ##===- lib/Linker/Makefile ---------------------------------*- Makefile -*-===##
2 #
3 # The LLVM Compiler Infrastructure
5 # This file was developed by Reid Spencer and is distributed under the
6 # University of Illinois Open Source License. See LICENSE.TXT for details.
7 #
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
11 LIBRARYNAME = LLVMLinker
12 BUILD_ARCHIVE := 1
14 include $(LEVEL)/Makefile.common