Skip to content

Commit 1cda795

Browse files
authored
export jl_timing_data for separate codegen lib (#43002)
Fixes ENABLE_TIMINGS option
1 parent e3a8ba2 commit 1cda795

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern "C" {
1818
#endif
1919

2020
static uint64_t t0;
21-
uint64_t jl_timing_data[(int)JL_TIMING_LAST] = {0};
21+
JL_DLLEXPORT uint64_t jl_timing_data[(int)JL_TIMING_LAST] = {0};
2222
const char *jl_timing_names[(int)JL_TIMING_LAST] =
2323
{
2424
#define X(name) #name

0 commit comments

Comments
 (0)