mirror of
https://github.com/rust-lang/rust.git
synced 2025-06-06 20:28:33 +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());
|
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`
|
// Check LLVM IR files (including temporary outputs) have `!llvm.ident`
|
||||||
// named metadata, reusing the related codegen test.
|
// named metadata, reusing the related codegen test.
|
||||||
|
Loading…
Reference in New Issue
Block a user