Merge "Remove -mllvm -jump-is-expensive=false from riscv64_device.go" into main
This commit is contained in:
@@ -35,8 +35,6 @@ var (
|
|||||||
// (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!)
|
||||||
"-mno-implicit-float",
|
"-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{}
|
riscv64ArchVariantCflags = map[string][]string{}
|
||||||
|
Reference in New Issue
Block a user