diff options
author | Vladimir Marko <vmarko@google.com> | 2015-04-01 23:03:09 +0100 |
---|---|---|
committer | Vladimir Marko <vmarko@google.com> | 2015-04-02 15:44:42 +0100 |
commit | 4d23c9d01b7a609813345eec95167a4dbc4fbae4 (patch) | |
tree | 92f76d5016319318064b0c574e8a30145337f876 /build | |
parent | b163bb742a099c1808907b513ae39068b63b1692 (diff) | |
download | art-4d23c9d01b7a609813345eec95167a4dbc4fbae4.zip art-4d23c9d01b7a609813345eec95167a4dbc4fbae4.tar.gz art-4d23c9d01b7a609813345eec95167a4dbc4fbae4.tar.bz2 |
Add tests for Thumb2RelativePatcher.
Also make the thumb2/arm64 thunk allocation precise instead
of eagerly allocating thunk space. This allows the calls to
use the maximum positive offset.
Change-Id: Ifa95b0bb00bd73eeab0c2905d21e2f3078f4b0a8
Diffstat (limited to 'build')
-rw-r--r-- | build/Android.gtest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/Android.gtest.mk b/build/Android.gtest.mk index 58a3290..f834a38 100644 --- a/build/Android.gtest.mk +++ b/build/Android.gtest.mk @@ -193,6 +193,7 @@ COMPILER_GTEST_COMMON_SRC_FILES := \ compiler/elf_writer_test.cc \ compiler/image_test.cc \ compiler/jni/jni_compiler_test.cc \ + compiler/linker/arm/relative_patcher_thumb2_test.cc \ compiler/linker/x86/relative_patcher_x86_test.cc \ compiler/linker/x86_64/relative_patcher_x86_64_test.cc \ compiler/oat_test.cc \ |