Merge "Remove -mo-strict-align as it is enabled by default in clang-r522817" into main am: 2c9b95000e

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/3149038

Change-Id: I6a256a9fb91e037257929d288d1d82a2cdaed9ef
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Aditya Kumar
2024-07-03 01:18:57 +00:00
committed by Automerger Merge Worker

View File

@@ -29,8 +29,6 @@ var (
// This is already the driver's Android default, but duplicated here (and // This is already the driver's Android default, but duplicated here (and
// below) for ease of experimentation with additional extensions. // below) for ease of experimentation with additional extensions.
"-march=rv64gcv_zba_zbb_zbs", "-march=rv64gcv_zba_zbb_zbs",
// TODO: move to driver (https://github.com/google/android-riscv64/issues/111)
"-mno-strict-align",
// TODO: remove when qemu V works (https://gitlab.com/qemu-project/qemu/-/issues/1976) // TODO: remove when qemu V works (https://gitlab.com/qemu-project/qemu/-/issues/1976)
// (Note that we'll probably want to wait for berberis to be good enough // (Note that we'll probably want to wait for berberis to be good enough
// that most people don't care about qemu's V performance either!) // that most people don't care about qemu's V performance either!)