Skip to content

Commit 3113e9f

Browse files
committed
[DEBUG] Print gcc version
1 parent 45682df commit 3113e9f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/run-make/mte-ffi/rmake.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ fn main() {
1616
}
1717

1818
fn run_test(variant: &str) {
19+
let gcc_version = run("aarch64-linux-gnu-gcc");
20+
eprintln!("gcc_version: {}", gcc_version.stdout_utf8());
21+
1922
let flags = {
2023
let mut flags = extra_c_flags();
2124
flags.push("-march=armv8.5-a+memtag");

0 commit comments

Comments
 (0)