Remove -mllvm -jump-is-expensive=false from riscv64_device.go

Latest toolchain has this by default.

Change-Id: I920146aee8d5512377bae81b2cba77b7f56b040a
Related: https://github.com/google/android-riscv64/issues/124
Bug: 330200010
This commit is contained in:
Aditya Kumar 2024-06-26 18:55:22 +00:00
parent e5ef3e0ba0
commit 189d5c8283

View file

@ -35,8 +35,6 @@ var (
// (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!)
"-mno-implicit-float",
// TODO: remove when clang default changed (https://github.com/google/android-riscv64/issues/124)
"-mllvm -jump-is-expensive=false",
}
riscv64ArchVariantCflags = map[string][]string{}