Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 415e202

Browse filesBrowse files
Improve code of run-make/llvm-ident test
1 parent 3e43680 commit 415e202
Copy full SHA for 415e202

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎tests/run-make/llvm-ident/rmake.rs

Copy file name to clipboardExpand all lines: tests/run-make/llvm-ident/rmake.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ fn main() {
2828
files.push(path.to_path_buf());
2929
}
3030
});
31-
cmd(llvm_bin_dir().join("llvm-dis")).args(&files).run();
31+
cmd(llvm_bin_dir().join("llvm-dis")).args(files).run();
3232

3333
// Check LLVM IR files (including temporary outputs) have `!llvm.ident`
3434
// named metadata, reusing the related codegen test.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.