Silence -Wunused-variable in release builds.
[llvm/stm8.git] / lib / CompilerDriver / Makefile
blob10cfa4f02923c5f91e30b37be8fd616a68b9bd9f
1 ##===- lib/CompilerDriver/Makefile -------------------------*- Makefile -*-===##
3 # The LLVM Compiler Infrastructure
5 # This file is distributed under the University of Illinois Open
6 # Source License. See LICENSE.TXT for details.
8 ##===----------------------------------------------------------------------===##
10 LEVEL = ../..
12 # We don't want this library to appear in `llvm-config --libs` output, so its
13 # name doesn't start with "LLVM" and NO_LLVM_CONFIG is set.
15 LIBRARYNAME = CompilerDriver
16 LINK_COMPONENTS = support
17 NO_LLVM_CONFIG = 1
20 include $(LEVEL)/Makefile.common