Add support for SHA256 source file hashing for LLVM 11+.
This commit is contained in:
parent
5565241f65
commit
3296d5ca7b
10 changed files with 59 additions and 10 deletions
|
|
@ -0,0 +1,7 @@
|
|||
// compile-flags: -g -Z src-hash-algorithm=sha256
|
||||
// min-llvm-version: 11.0
|
||||
|
||||
#![crate_type = "lib"]
|
||||
|
||||
pub fn test() {}
|
||||
// CHECK: checksumkind: CSK_SHA256
|
||||
Loading…
Add table
Add a link
Reference in a new issue