Merge "Revert "[RISC-V] rv64gc_zbb for Android""

This commit is contained in:
Alistair Delva
2023-03-29 16:24:19 +00:00
committed by Gerrit Code Review

View File

@@ -28,7 +28,6 @@ var (
"-fno-emulated-tls",
// For -fsanitize=shadow-call-stack.
"-ffixed-x18",
"-march=rv64gc_zbb",
}
riscv64ArchVariantCflags = map[string][]string{}
@@ -37,7 +36,6 @@ var (
"-Wl,--hash-style=gnu",
// For -fsanitize=shadow-call-stack.
"-ffixed-x18",
"-march=rv64gc_zbb",
}
riscv64Lldflags = append(riscv64Ldflags,