diff options
author | Jeffrey Yasskin <jyasskin@google.com> | 2009-08-04 23:53:16 +0000 |
---|---|---|
committer | Jeffrey Yasskin <jyasskin@google.com> | 2009-08-04 23:53:16 +0000 |
commit | 0a962314fb5b3e9654ad9ab50b7d1b684f154270 (patch) | |
tree | 81d9e3b6a92588a5a98d7a77df44fdab62fa9984 /unittests/ExecutionEngine/Makefile | |
parent | 35d6c41fde95422fb8483be0ac0af2b1425a4b13 (diff) |
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
address from the reverse mapping, and add a test that this works now.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78127 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'unittests/ExecutionEngine/Makefile')
-rw-r--r-- | unittests/ExecutionEngine/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/unittests/ExecutionEngine/Makefile b/unittests/ExecutionEngine/Makefile index e837a7d4fd..d4ef92ffb3 100644 --- a/unittests/ExecutionEngine/Makefile +++ b/unittests/ExecutionEngine/Makefile @@ -8,12 +8,11 @@ ##===----------------------------------------------------------------------===## LEVEL = ../.. +TESTNAME = ExecutionEngine +LINK_COMPONENTS := engine interpreter include $(LEVEL)/Makefile.config PARALLEL_DIRS = JIT -include $(LEVEL)/Makefile.common - -clean:: - $(Verb) $(RM) -f *Tests +include $(LLVM_SRC_ROOT)/unittests/Makefile.unittest |