While DAE can't modify the function signature of an externally visible function,
[llvm.git] / lib / Transforms / IPO / Makefile
blob5c42374139aaa2e46daf55e04ca355712c2ee70d
1 ##===- lib/Transforms/IPO/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 = LLVMipo
12 BUILD_ARCHIVE = 1
14 include $(LEVEL)/Makefile.common