]> git.lizzy.rs Git - rust.git/commit
Make debug_triple depend on target json file content rather than file path
authorbjorn3 <17426603+bjorn3@users.noreply.github.com>
Sat, 18 Jun 2022 10:19:24 +0000 (10:19 +0000)
committerbjorn3 <17426603+bjorn3@users.noreply.github.com>
Sat, 18 Jun 2022 10:19:24 +0000 (10:19 +0000)
commit072b7db56161ee4c7a4411d8398c90512c153e16
tree6430f305d6e69dd3769f4bd671205e0d7e74c173
parentff86b27e7be1ffff9e00d80beb15560d5f301459
Make debug_triple depend on target json file content rather than file path

This ensures that changes to target json files will force a
recompilation. And more importantly that moving the files doesn't force
a recompilation.
compiler/rustc_target/src/spec/mod.rs