summaryrefslogtreecommitdiff
path: root/unittests/Transforms/Makefile
diff options
context:
space:
mode:
authorDaniel Malea <daniel.malea@intel.com>2013-06-28 20:37:20 +0000
committerDaniel Malea <daniel.malea@intel.com>2013-06-28 20:37:20 +0000
commit5fa8186b8dcc0be77f4ab64b1ef46ad919315b54 (patch)
tree22b3d235e9173e85d46a31943ff2bce28a6613f7 /unittests/Transforms/Makefile
parent74cf767093d3dd46dc3c7cf5666060e8c1ee0be0 (diff)
downloadllvm-5fa8186b8dcc0be77f4ab64b1ef46ad919315b54.tar.gz
llvm-5fa8186b8dcc0be77f4ab64b1ef46ad919315b54.tar.bz2
llvm-5fa8186b8dcc0be77f4ab64b1ef46ad919315b54.tar.xz
Adding tests for DebugIR pass
- lit tests verify that each line of input LLVM IR gets a !dbg node and a corresponding entry of metadata that contains the line number - unit tests verify that DebugIR works as advertised in the interface - refactored some useful IR generation functionality from the MCJIT unit tests so it can be reused git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@185212 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/Transforms/Makefile')
-rw-r--r--unittests/Transforms/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Transforms/Makefile b/unittests/Transforms/Makefile
index 599b18a057..d5cca397b6 100644
--- a/unittests/Transforms/Makefile
+++ b/unittests/Transforms/Makefile
@@ -9,7 +9,7 @@
LEVEL = ../..
-PARALLEL_DIRS = Utils
+PARALLEL_DIRS = DebugIR Utils
include $(LEVEL)/Makefile.common