From cd61455798777446f35723fdb77f54a17e602009 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Wed, 17 Apr 2013 08:29:02 +0000 Subject: Create a stub for DWARF parser unittests Moves one DWARF-specific header to include/llvm/DebugInfo from lib/. Add a short unittest for r179095. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179678 91177308-0d34-0410-b5e6-96231b3b80d8 --- unittests/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'unittests/Makefile') diff --git a/unittests/Makefile b/unittests/Makefile index 926459ac08..61d60611be 100644 --- a/unittests/Makefile +++ b/unittests/Makefile @@ -9,7 +9,8 @@ LEVEL = .. -PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode +PARALLEL_DIRS = ADT ExecutionEngine Support Transforms IR Analysis Bitcode \ + DebugInfo include $(LEVEL)/Makefile.common -- cgit v1.2.3