diff options
author | Daniel Dunbar <daniel@zuster.org> | 2009-06-24 01:03:06 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2009-06-24 01:03:06 +0000 |
commit | a11af531ec48ad84f790b9511f003ac5c934a999 (patch) | |
tree | 263ca3827523dda5ae497739709ca967f38c08ba /unittests/MC/Makefile | |
parent | fd6325cbb23935a9c05b96e9bbfa978565029f2a (diff) | |
download | external_llvm-a11af531ec48ad84f790b9511f003ac5c934a999.zip external_llvm-a11af531ec48ad84f790b9511f003ac5c934a999.tar.gz external_llvm-a11af531ec48ad84f790b9511f003ac5c934a999.tar.bz2 |
Start MCAsmStreamer implementation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74044 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/MC/Makefile')
-rw-r--r-- | unittests/MC/Makefile | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/unittests/MC/Makefile b/unittests/MC/Makefile new file mode 100644 index 0000000..410d386 --- /dev/null +++ b/unittests/MC/Makefile @@ -0,0 +1,15 @@ +##===- unittests/MC/Makefile -------------------------------*- Makefile -*-===## +# +# The LLVM Compiler Infrastructure +# +# This file is distributed under the University of Illinois Open Source +# License. See LICENSE.TXT for details. +# +##===----------------------------------------------------------------------===## + +LEVEL = ../.. +TESTNAME = MC +LINK_COMPONENTS := core support mc + +include $(LEVEL)/Makefile.config +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |