Merge "[cc:riscv64] Do not pass -mno-strict-align while linking" into main

This commit is contained in:
Treehugger Robot
2024-03-20 20:29:20 +00:00
committed by Gerrit Code Review

View File

@@ -45,8 +45,6 @@ var (
// This is already the driver's Android default, but duplicated here (and
// above) for ease of experimentation with additional extensions.
"-march=rv64gcv_zba_zbb_zbs",
// TODO: move to driver (https://github.com/google/android-riscv64/issues/111)
"-mno-strict-align",
// TODO: remove when clang default changed (https://github.com/google/android-riscv64/issues/124)
"-Wl,-mllvm -Wl,-jump-is-expensive=false",
}