Fix passing of float arguments through ffi.
[llvm.git] / tools / opt / Makefile
blob726cad87123f24572f5b058c295925818fcab550
1 ##===- tools/opt/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 ##===----------------------------------------------------------------------===##
9 LEVEL = ../..
10 TOOLNAME = opt
12 LINK_COMPONENTS := bitreader bitwriter asmparser instrumentation scalaropts ipo
14 include $(LEVEL)/Makefile.common