Improve code of run-make/llvm-ident
test
This commit is contained in:
parent
3e4368053f
commit
415e202c48
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue