When promoting an alloca to registers discard any lifetime intrinsics.
[llvm/stm8.git] / lib / MC / Makefile
blobbf8b7c0e78318c0831070016507936ad7690a802
1 ##===- lib/MC/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 = LLVMMC
12 BUILD_ARCHIVE := 1
13 PARALLEL_DIRS := MCParser MCDisassembler
15 include $(LEVEL)/Makefile.common