Silence -Wunused-variable in release builds.
[llvm/stm8.git] / lib / AsmParser / Makefile
blob995bb0e130e2bee6fbe94b259eba3b3890d9250f
1 ##===- lib/AsmParser/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 := LLVMAsmParser
12 BUILD_ARCHIVE = 1
14 include $(LEVEL)/Makefile.common