Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 189d5c82 authored by Aditya Kumar's avatar Aditya Kumar
Browse files

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
parent e5ef3e0b
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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{}