We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
run-make/llvm-ident
1 parent 3e43680 commit 415e202Copy full SHA for 415e202
tests/run-make/llvm-ident/rmake.rs
@@ -28,7 +28,7 @@ fn main() {
28
files.push(path.to_path_buf());
29
}
30
});
31
- cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run();
+ cmd(llvm_bin_dir().join("llvm-dis")).args(files).run();
32
33
// Check LLVM IR files (including temporary outputs) have `!llvm.ident`
34
// named metadata, reusing the related codegen test.
0 commit comments