We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45682df commit 3113e9fCopy full SHA for 3113e9f
tests/run-make/mte-ffi/rmake.rs
@@ -16,6 +16,9 @@ fn main() {
16
}
17
18
fn run_test(variant: &str) {
19
+ let gcc_version = run("aarch64-linux-gnu-gcc");
20
+ eprintln!("gcc_version: {}", gcc_version.stdout_utf8());
21
+
22
let flags = {
23
let mut flags = extra_c_flags();
24
flags.push("-march=armv8.5-a+memtag");
0 commit comments