summaryrefslogtreecommitdiff
path: root/compiler/utils/assembler_test_base.h
diff options
context:
space:
mode:
author s.kozub <s.kozub@syntacore.com> 2024-08-15 14:51:38 +0000
committer VladimĂ­r Marko <vmarko@google.com> 2024-08-23 11:52:30 +0000
commitb17478f8e8f1b27dc8994d991cd0e8ec7c249c1b (patch)
tree29261f7411063b2c9046158c710b9de568554fc2 /compiler/utils/assembler_test_base.h
parent389112846cf90ca8e1f49a67ac8ad1df28a551cb (diff)
riscv64: Support Zbs ISA extension in ART assembler
ISA extension support implemented in assembler Test: m test-art-host-gtest Test: run-gtests.sh Change-Id: Ib21e6768c18b90419068e1389d6a8c61f5033f92
Diffstat (limited to 'compiler/utils/assembler_test_base.h')
-rw-r--r--compiler/utils/assembler_test_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/assembler_test_base.h b/compiler/utils/assembler_test_base.h
index d41928af9e..0a89ad1299 100644
--- a/compiler/utils/assembler_test_base.h
+++ b/compiler/utils/assembler_test_base.h
@@ -150,7 +150,7 @@ class AssemblerTestBase : public testing::Test {
"--compile",
"-target",
"riscv64-linux-gnu",
- "-march=rv64imafdcv_zba_zbb_zca_zcd_zcb",
+ "-march=rv64imafdcv_zba_zbb_zbs_zca_zcd_zcb",
// Force the assembler to fully emit branch instructions instead of leaving
// offsets unresolved with relocation information for the linker.
"-mno-relax"};