Improve code of run-make/llvm-ident
test · rust-lang/rust@415e202 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit 415e202
Improve code of run-make/llvm-ident
test
File tree
1 file changed
lines changed
- tests/run-make/llvm-ident
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -28,7 +28,7 @@ fn main() { | ||
28 | 28 | files.push(path.to_path_buf()); |
29 | 29 | } |
30 | 30 | }); |
31 | -cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run(); | |
31 | +cmd(llvm_bin_dir().join("llvm-dis")).args(files).run(); | |
32 | 32 | |
33 | 33 | // Check LLVM IR files (including temporary outputs) have `!llvm.ident` |
34 | 34 | // named metadata, reusing the related codegen test. |