Verify that all of the riscv-64 exemplars are built with the intended build options. In particular, show that architecture (march) and optimization flags are clearly indicated and consistent with the built exemplar. These flags can be set in the toolchain definition, in the BUILD files, and on bazel build command lines. It's not clear which takes priority when more than one march setting exists across these files.
Verify that all of the riscv-64 exemplars are built with the intended build options. In particular, show that architecture (
march
) and optimization flags are clearly indicated and consistent with the built exemplar. These flags can be set in the toolchain definition, in theBUILD
files, and onbazel build
command lines. It's not clear which takes priority when more than onemarch
setting exists across these files.