about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper
diff options
context:
space:
mode:
authorAaron Hill <aa1ronham@gmail.com>2021-08-12 15:11:21 -0500
committerAaron Hill <aa1ronham@gmail.com>2021-08-12 15:11:39 -0500
commit77b02eed7b4d15e5395019d02e8c60fdfdf3ee9c (patch)
tree9aeab22760b343459620094603a28e829dd3ea2a /compiler/rustc_llvm/llvm-wrapper
parent4498e300e41f47c75abe4e49ec91ae949aaeea5f (diff)
downloadrust-77b02eed7b4d15e5395019d02e8c60fdfdf3ee9c.tar.gz
rust-77b02eed7b4d15e5395019d02e8c60fdfdf3ee9c.zip
Prevent double panic when handling incremental fingerprint mismatch
When an incremental fingerprint mismatch occurs, we debug-print
our `DepNode` and query result. Unfortunately, the debug printing
process may cause us to run additional queries, which can result
in a re-entrant fingerprint mismatch error.

To avoid a double panic, this commit adds a thread-local variable
to detect re-entrant calls.
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper')
0 files changed, 0 insertions, 0 deletions