mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
Improve code of run-make/llvm-ident
test
This commit is contained in:
parent
3e4368053f
commit
415e202c48
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user