rust/tests/run-make/branch-protection-check-IBT
许杰友 Jieyou Xu (Joe) b32591e580 tests: migrate `branch-protection-check-IBT` to rmake.rs
- The Makefile version *never* ran because of Makefile syntax confusion.
- The test would've always failed because precompiled std is not built
  with `-Z cf-protection=branch`, but linkers require all input object
  files to indicate IBT support in order to enable IBT for the
  executable, which is not the case for std.
- Thus, the test input file is instead changed to a `no_std` + `no_core`
  program.

Co-authored-by: Jerry Wang <jerrylwang123@gmail.com>
Co-authored-by: Oneirical <manchot@videotron.ca>
2024-12-28 11:58:32 +08:00
..
main.rs tests: migrate `branch-protection-check-IBT` to rmake.rs 2024-12-28 11:58:32 +08:00
rmake.rs tests: migrate `branch-protection-check-IBT` to rmake.rs 2024-12-28 11:58:32 +08:00