blob: 41a7b550e64ed7e6acfae7dfc86911a273aa74e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
#
# The LLVM Compiler Infrastructure
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LLD_LEVEL := ..
# ARCMigrate and Rewrite are always needed because of libclang.
PARALLEL_DIRS = Core Driver Passes ReaderWriter
include $(LLD_LEVEL)/../../Makefile.config
include $(LLD_LEVEL)/Makefile
|