Improve code of run-make/llvm-ident test

This commit is contained in:
Guillaume Gomez 2024-07-05 11:19:52 +02:00
parent 3e4368053f
commit 415e202c48

View File

@ -28,7 +28,7 @@ fn main() {
files.push(path.to_path_buf());
}
});
cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run();
cmd(llvm_bin_dir().join("llvm-dis")).args(files).run();
// Check LLVM IR files (including temporary outputs) have `!llvm.ident`
// named metadata, reusing the related codegen test.