summaryrefslogtreecommitdiffstats
path: root/test/Android.libarttest.mk
diff options
context:
space:
mode:
authorNicolas Geoffray <ngeoffray@google.com>2015-03-27 10:22:41 +0000
committerNicolas Geoffray <ngeoffray@google.com>2015-03-31 20:40:19 +0100
commitd8126bef62df7f40f2e6abc74004f52e664daf45 (patch)
tree8e3d3eee847f8376541ddabc5274bd84bd13311d /test/Android.libarttest.mk
parentef3456f872539df65c4c88ca346713f74366d803 (diff)
downloadart-d8126bef62df7f40f2e6abc74004f52e664daf45.zip
art-d8126bef62df7f40f2e6abc74004f52e664daf45.tar.gz
art-d8126bef62df7f40f2e6abc74004f52e664daf45.tar.bz2
Fix locations at environment uses.
We were too agressive in not recording environment uses when the instruction was not of type object. We have to record the use to the use list of an interval, but it should not affect the live ranges of that interval. Change-Id: Id16fb7cc06f14083766d408a345837793583b6ea
Diffstat (limited to 'test/Android.libarttest.mk')
-rw-r--r--test/Android.libarttest.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Android.libarttest.mk b/test/Android.libarttest.mk
index 0cafb06..5e768ee 100644
--- a/test/Android.libarttest.mk
+++ b/test/Android.libarttest.mk
@@ -31,7 +31,8 @@ LIBARTTEST_COMMON_SRC_FILES := \
454-get-vreg/get_vreg_jni.cc \
455-set-vreg/set_vreg_jni.cc \
457-regs/regs_jni.cc \
- 461-get-reference-vreg/get_reference_vreg_jni.cc
+ 461-get-reference-vreg/get_reference_vreg_jni.cc \
+ 466-get-live-vreg/get_live_vreg_jni.cc
ART_TARGET_LIBARTTEST_$(ART_PHONY_TEST_TARGET_SUFFIX) += $(ART_TARGET_TEST_OUT)/$(TARGET_ARCH)/libarttest.so
ifdef TARGET_2ND_ARCH