Mercurial > hg > Members > tobaru > cbc > CbC_llvm
view lib/Transforms/InstCombine/Makefile @ 80:67baa08a3894
update to LLVM 3.6
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 25 Sep 2014 16:56:18 +0900 |
parents | 95c75e76d11b |
children |
line wrap: on
line source
##===- lib/Transforms/InstCombine/Makefile -----------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../../.. LIBRARYNAME = LLVMInstCombine BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common