Merge "riscv64: enable Zba."

This commit is contained in:
Elliott Hughes 2023-06-14 14:24:33 +00:00 committed by Gerrit Code Review
commit 03520eb2f9

View file

@ -29,14 +29,14 @@ var (
// A temporary fix for SExtWRemoval miscompilation bug.
"-mllvm",
"-riscv-disable-sextw-removal=true",
"-march=rv64gc_zbb",
"-march=rv64gc_zba_zbb",
}
riscv64ArchVariantCflags = map[string][]string{}
riscv64Ldflags = []string{
"-Wl,--hash-style=gnu",
"-march=rv64gc_zbb",
"-march=rv64gc_zba_zbb",
}
riscv64Lldflags = append(riscv64Ldflags,