diff options
| author | Ralf Jung <post@ralfj.de> | 2025-07-25 07:54:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-07-25 07:54:37 +0000 |
| commit | dd96ec6553596f8af3208693f7c9543367df3d34 (patch) | |
| tree | fc6ab7ac51385c016e775c3960f45d7f7001ac26 /tests/codegen-llvm/src-hash-algorithm/src-hash-algorithm-sha1.rs | |
| parent | 80c9f7813c710734f5c8bf01c30386824d8b3f8b (diff) | |
| parent | d2ba3c8672b09373311c930733f64aa10a4799a0 (diff) | |
| download | rust-dd96ec6553596f8af3208693f7c9543367df3d34.tar.gz rust-dd96ec6553596f8af3208693f7c9543367df3d34.zip | |
Merge pull request #4492 from rust-lang/rustup-2025-07-25
Automatic Rustup
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 |
