Skip to content

Commit

Permalink
make one more thing thread_local
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightguth committed Nov 26, 2024
1 parent 5aafc60 commit 8acb52e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/llvm_header.inc
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ declare void @write_configuration_to_proof_trace(ptr, ptr, i1)
@current_interval = thread_local global i64 0
@GC_THRESHOLD = thread_local global i64 @GC_THRESHOLD@
@gc_roots = global [256 x ptr] zeroinitializer
@gc_roots = thread_local global [256 x ptr] zeroinitializer
define i64 @get_gc_threshold() {
%threshold = load i64, ptr @GC_THRESHOLD
Expand Down

0 comments on commit 8acb52e

Please sign in to comment.