zpu: managed to compile program that writes constant to global variable
[llvm/zpu.git] / lib / Transforms / InstCombine / Makefile
blob0c488e78b6d92ba1d93b86efeb0fa196d3fa3bcf
1 ##===- lib/Transforms/InstCombine/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 = ../../..
11 LIBRARYNAME = LLVMInstCombine
12 BUILD_ARCHIVE = 1
14 include $(LEVEL)/Makefile.common