diff options
author | Chris Lattner <sabre@nondot.org> | 2010-01-22 01:44:57 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2010-01-22 01:44:57 +0000 |
commit | c6ef277a0b8f43af22d86aea9d5053749cacfbbb (patch) | |
tree | 58fe0b09a1e44fa60f3d4bb596abb1b4a67d903c /tools/llvm-mc/Makefile | |
parent | 03949c9db3e8f02d6ec7cd53782507e3a4e9e4fc (diff) | |
download | external_llvm-c6ef277a0b8f43af22d86aea9d5053749cacfbbb.zip external_llvm-c6ef277a0b8f43af22d86aea9d5053749cacfbbb.tar.gz external_llvm-c6ef277a0b8f43af22d86aea9d5053749cacfbbb.tar.bz2 |
create a new MCParser library and move some stuff into it.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@94129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/llvm-mc/Makefile')
-rw-r--r-- | tools/llvm-mc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/llvm-mc/Makefile b/tools/llvm-mc/Makefile index 9bfb773..5b0fe3f 100644 --- a/tools/llvm-mc/Makefile +++ b/tools/llvm-mc/Makefile @@ -19,6 +19,6 @@ NO_INSTALL = 1 # early so we can set up LINK_COMPONENTS before including Makefile.rules include $(LEVEL)/Makefile.config -LINK_COMPONENTS := $(TARGETS_TO_BUILD) MC support +LINK_COMPONENTS := $(TARGETS_TO_BUILD) MCParser MC support include $(LLVM_SRC_ROOT)/Makefile.rules |