thixotropist / ghidra_import_tests

Experimental framework for testing Ghidra binary import support
1 stars 0 forks source link

Verify intended build parameters #15

Closed thixotropist closed 6 months ago

thixotropist commented 8 months ago

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.