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:
parent
e5ef3e0ba0
commit
189d5c8283
1 changed files with 0 additions and 2 deletions
|
|
@ -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{}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue