diff options
author | 2023-04-10 16:05:39 -0700 | |
---|---|---|
committer | 2023-04-19 00:41:56 +0000 | |
commit | e98bd2994bc8fb59d4deea196ffc532d10ee6252 (patch) | |
tree | 125c7f9cddd918215213610298895b5856d48ac3 /compiler/optimizing/optimizing_compiler.cc | |
parent | 1ba83b148513f7abde0de3aab2dee40d789f96d5 (diff) |
riscv64: nterp stubs with unimp
This patch introduces skeletal stubs for riscv64.
With this patch, Nterp builds under riscv64 but cannot run yet.
Test: Builds, passes 000-nop
lunch aosp_riscv64-userdebug
export ART_TEST_SSH_USER=ubuntu
export ART_TEST_SSH_HOST=localhost
export ART_TEST_SSH_PORT=10001
export ART_TEST_ON_VM=true
. art/tools/buildbot-utils.sh
art/tools/buildbot-build.sh --target
# Create, boot and configure the VM.
art/tools/buildbot-vm.sh create
art/tools/buildbot-vm.sh boot
art/tools/buildbot-vm.sh setup-ssh # password: 'ubuntu'
art/tools/buildbot-cleanup-device.sh
art/tools/buildbot-setup-device.sh
art/tools/buildbot-sync.sh
# note the absence of the --interpreter flag
art/test.py --target -r --no-prebuild --ndebug --no-image --64 000-nop
Change-Id: I77b441b546d882643686d3fb4055df8fa04f6368
Diffstat (limited to 'compiler/optimizing/optimizing_compiler.cc')
0 files changed, 0 insertions, 0 deletions