Mercurial > hg > CbC > CbC_llvm
view unittests/IR/Makefile @ 26:d84031a0fa3c
bug fix : removed the error that TCE doesn't work if the function isn't a code segment. (It's due to incorrect if statement)
author | Kaito Tokumori <e105711@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 12 Nov 2013 18:45:31 +0900 |
parents | 9ad51c7bc036 |
children | afa8332a0e37 |
line wrap: on
line source
##===- unittests/IR/Makefile -------------------------------*- Makefile -*-===## # # The LLVM Compiler Infrastructure # # This file is distributed under the University of Illinois Open Source # License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## LEVEL = ../.. TESTNAME = IR LINK_COMPONENTS := core ipa asmparser include $(LEVEL)/Makefile.config include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest