Skip to content

Commit 3f0a5ae

Browse files
authored
Fix running Compiler tests standalone (#56952)
1 parent d848e2e commit 3f0a5ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Compiler/src/bootstrap.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ function activate_codegen!()
1515
end)
1616
end
1717

18+
global bootstrapping_compiler::Bool = false
1819
function bootstrap!()
1920
global bootstrapping_compiler = true
2021
let time() = ccall(:jl_clock_now, Float64, ())

0 commit comments

Comments
 (0)