diff options
| author | The rustc-josh-sync Cronjob Bot <github-actions@github.com> | 2025-07-28 06:31:02 +0000 |
|---|---|---|
| committer | The rustc-josh-sync Cronjob Bot <github-actions@github.com> | 2025-07-28 06:31:02 +0000 |
| commit | f06945f047cb7bc233324ec6bd87481948a17b7b (patch) | |
| tree | b2bd88168ad92eb439e19304404059e581c05824 /tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | d344aa849006a9a36928b4bb5f36fea7b6b5476a (diff) | |
| parent | 733dab558992d902d6d17576de1da768094e2cf3 (diff) | |
| download | rust-f06945f047cb7bc233324ec6bd87481948a17b7b.tar.gz rust-f06945f047cb7bc233324ec6bd87481948a17b7b.zip | |
Merge ref '733dab558992' from rust-lang/rust
Pull recent changes from https://github.com/rust-lang/rust via Josh. Upstream ref: 733dab558992d902d6d17576de1da768094e2cf3 Filtered ref: 8f0faf94fb41d4e2a85ef2d23e5495f6bea1f31d This merge was created using https://github.com/rust-lang/josh-sync.
Diffstat (limited to 'tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs')
| -rw-r--r-- | tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs b/tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs new file mode 100644 index 00000000000..5389c32f938 --- /dev/null +++ b/tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs @@ -0,0 +1,6 @@ +//@ compile-flags: -g -Z src-hash-algorithm=sha1 -Copt-level=0 + +#![crate_type = "lib"] + +pub fn test() {} +// CHECK: checksumkind: CSK_SHA1 |
