Skip to content

Commit 4346b16

Browse files
committedJan 27, 2022
Fix depend
1 parent ed89a1b commit 4346b16

File tree

3 files changed

+164
-160
lines changed

3 files changed

+164
-160
lines changed
 

‎common.mk

+2
Original file line numberDiff line numberDiff line change
@@ -3682,6 +3682,7 @@ debug.$(OBJEXT): {$(VPATH)}vm_debug.h
36823682
debug.$(OBJEXT): {$(VPATH)}vm_opts.h
36833683
debug_counter.$(OBJEXT): $(hdrdir)/ruby/ruby.h
36843684
debug_counter.$(OBJEXT): {$(VPATH)}assert.h
3685+
debug_counter.$(OBJEXT): {$(VPATH)}atomic.h
36853686
debug_counter.$(OBJEXT): {$(VPATH)}backward/2/assume.h
36863687
debug_counter.$(OBJEXT): {$(VPATH)}backward/2/attributes.h
36873688
debug_counter.$(OBJEXT): {$(VPATH)}backward/2/bool.h
@@ -7006,6 +7007,7 @@ hash.$(OBJEXT): $(top_srcdir)/internal/time.h
70067007
hash.$(OBJEXT): $(top_srcdir)/internal/vm.h
70077008
hash.$(OBJEXT): $(top_srcdir)/internal/warnings.h
70087009
hash.$(OBJEXT): {$(VPATH)}assert.h
7010+
hash.$(OBJEXT): {$(VPATH)}atomic.h
70097011
hash.$(OBJEXT): {$(VPATH)}backward/2/assume.h
70107012
hash.$(OBJEXT): {$(VPATH)}backward/2/attributes.h
70117013
hash.$(OBJEXT): {$(VPATH)}backward/2/bool.h
Original file line numberDiff line numberDiff line change
@@ -1,161 +1,163 @@
11
# AUTOGENERATED DEPENDENCIES START
2-
call_without_gvl.o: $(RUBY_EXTCONF_H)
3-
call_without_gvl.o: $(arch_hdrdir)/ruby/config.h
4-
call_without_gvl.o: $(hdrdir)/ruby/assert.h
5-
call_without_gvl.o: $(hdrdir)/ruby/backward.h
6-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/assume.h
7-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/attributes.h
8-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/bool.h
9-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/inttypes.h
10-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/limits.h
11-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/long_long.h
12-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/stdalign.h
13-
call_without_gvl.o: $(hdrdir)/ruby/backward/2/stdarg.h
14-
call_without_gvl.o: $(hdrdir)/ruby/defines.h
15-
call_without_gvl.o: $(hdrdir)/ruby/intern.h
16-
call_without_gvl.o: $(hdrdir)/ruby/internal/anyargs.h
17-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic.h
18-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/char.h
19-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/double.h
20-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/fixnum.h
21-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/gid_t.h
22-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/int.h
23-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/intptr_t.h
24-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/long.h
25-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/long_long.h
26-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/mode_t.h
27-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/off_t.h
28-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/pid_t.h
29-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/short.h
30-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/size_t.h
31-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/st_data_t.h
32-
call_without_gvl.o: $(hdrdir)/ruby/internal/arithmetic/uid_t.h
33-
call_without_gvl.o: $(hdrdir)/ruby/internal/assume.h
34-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/alloc_size.h
35-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/artificial.h
36-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/cold.h
37-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/const.h
38-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/constexpr.h
39-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/deprecated.h
40-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/diagnose_if.h
41-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/enum_extensibility.h
42-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/error.h
43-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/flag_enum.h
44-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/forceinline.h
45-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/format.h
46-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/maybe_unused.h
47-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/noalias.h
48-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/nodiscard.h
49-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/noexcept.h
50-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/noinline.h
51-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/nonnull.h
52-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/noreturn.h
53-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/pure.h
54-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/restrict.h
55-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/returns_nonnull.h
56-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/warning.h
57-
call_without_gvl.o: $(hdrdir)/ruby/internal/attr/weakref.h
58-
call_without_gvl.o: $(hdrdir)/ruby/internal/cast.h
59-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is.h
60-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/apple.h
61-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/clang.h
62-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/gcc.h
63-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/intel.h
64-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/msvc.h
65-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_is/sunpro.h
66-
call_without_gvl.o: $(hdrdir)/ruby/internal/compiler_since.h
67-
call_without_gvl.o: $(hdrdir)/ruby/internal/config.h
68-
call_without_gvl.o: $(hdrdir)/ruby/internal/constant_p.h
69-
call_without_gvl.o: $(hdrdir)/ruby/internal/core.h
70-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rarray.h
71-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rbasic.h
72-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rbignum.h
73-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rclass.h
74-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rdata.h
75-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rfile.h
76-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rhash.h
77-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/robject.h
78-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rregexp.h
79-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rstring.h
80-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rstruct.h
81-
call_without_gvl.o: $(hdrdir)/ruby/internal/core/rtypeddata.h
82-
call_without_gvl.o: $(hdrdir)/ruby/internal/ctype.h
83-
call_without_gvl.o: $(hdrdir)/ruby/internal/dllexport.h
84-
call_without_gvl.o: $(hdrdir)/ruby/internal/dosish.h
85-
call_without_gvl.o: $(hdrdir)/ruby/internal/error.h
86-
call_without_gvl.o: $(hdrdir)/ruby/internal/eval.h
87-
call_without_gvl.o: $(hdrdir)/ruby/internal/event.h
88-
call_without_gvl.o: $(hdrdir)/ruby/internal/fl_type.h
89-
call_without_gvl.o: $(hdrdir)/ruby/internal/gc.h
90-
call_without_gvl.o: $(hdrdir)/ruby/internal/glob.h
91-
call_without_gvl.o: $(hdrdir)/ruby/internal/globals.h
92-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/attribute.h
93-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/builtin.h
94-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/c_attribute.h
95-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/cpp_attribute.h
96-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/declspec_attribute.h
97-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/extension.h
98-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/feature.h
99-
call_without_gvl.o: $(hdrdir)/ruby/internal/has/warning.h
100-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/array.h
101-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/bignum.h
102-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/class.h
103-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/compar.h
104-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/complex.h
105-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/cont.h
106-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/dir.h
107-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/enum.h
108-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/enumerator.h
109-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/error.h
110-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/eval.h
111-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/file.h
112-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/gc.h
113-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/hash.h
114-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/io.h
115-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/load.h
116-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/marshal.h
117-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/numeric.h
118-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/object.h
119-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/parse.h
120-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/proc.h
121-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/process.h
122-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/random.h
123-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/range.h
124-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/rational.h
125-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/re.h
126-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/ruby.h
127-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/select.h
128-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/select/largesize.h
129-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/signal.h
130-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/sprintf.h
131-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/string.h
132-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/struct.h
133-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/thread.h
134-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/time.h
135-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/variable.h
136-
call_without_gvl.o: $(hdrdir)/ruby/internal/intern/vm.h
137-
call_without_gvl.o: $(hdrdir)/ruby/internal/interpreter.h
138-
call_without_gvl.o: $(hdrdir)/ruby/internal/iterator.h
139-
call_without_gvl.o: $(hdrdir)/ruby/internal/memory.h
140-
call_without_gvl.o: $(hdrdir)/ruby/internal/method.h
141-
call_without_gvl.o: $(hdrdir)/ruby/internal/module.h
142-
call_without_gvl.o: $(hdrdir)/ruby/internal/newobj.h
143-
call_without_gvl.o: $(hdrdir)/ruby/internal/rgengc.h
144-
call_without_gvl.o: $(hdrdir)/ruby/internal/scan_args.h
145-
call_without_gvl.o: $(hdrdir)/ruby/internal/special_consts.h
146-
call_without_gvl.o: $(hdrdir)/ruby/internal/static_assert.h
147-
call_without_gvl.o: $(hdrdir)/ruby/internal/stdalign.h
148-
call_without_gvl.o: $(hdrdir)/ruby/internal/stdbool.h
149-
call_without_gvl.o: $(hdrdir)/ruby/internal/symbol.h
150-
call_without_gvl.o: $(hdrdir)/ruby/internal/value.h
151-
call_without_gvl.o: $(hdrdir)/ruby/internal/value_type.h
152-
call_without_gvl.o: $(hdrdir)/ruby/internal/variable.h
153-
call_without_gvl.o: $(hdrdir)/ruby/internal/warning_push.h
154-
call_without_gvl.o: $(hdrdir)/ruby/internal/xmalloc.h
155-
call_without_gvl.o: $(hdrdir)/ruby/missing.h
156-
call_without_gvl.o: $(hdrdir)/ruby/ruby.h
157-
call_without_gvl.o: $(hdrdir)/ruby/st.h
158-
call_without_gvl.o: $(hdrdir)/ruby/subst.h
159-
call_without_gvl.o: $(hdrdir)/ruby/thread.h
160-
call_without_gvl.o: call_without_gvl.c
2+
instrumentation.o: $(RUBY_EXTCONF_H)
3+
instrumentation.o: $(arch_hdrdir)/ruby/config.h
4+
instrumentation.o: $(hdrdir)/ruby/assert.h
5+
instrumentation.o: $(hdrdir)/ruby/atomic.h
6+
instrumentation.o: $(hdrdir)/ruby/backward.h
7+
instrumentation.o: $(hdrdir)/ruby/backward/2/assume.h
8+
instrumentation.o: $(hdrdir)/ruby/backward/2/attributes.h
9+
instrumentation.o: $(hdrdir)/ruby/backward/2/bool.h
10+
instrumentation.o: $(hdrdir)/ruby/backward/2/inttypes.h
11+
instrumentation.o: $(hdrdir)/ruby/backward/2/limits.h
12+
instrumentation.o: $(hdrdir)/ruby/backward/2/long_long.h
13+
instrumentation.o: $(hdrdir)/ruby/backward/2/stdalign.h
14+
instrumentation.o: $(hdrdir)/ruby/backward/2/stdarg.h
15+
instrumentation.o: $(hdrdir)/ruby/defines.h
16+
instrumentation.o: $(hdrdir)/ruby/intern.h
17+
instrumentation.o: $(hdrdir)/ruby/internal/anyargs.h
18+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic.h
19+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/char.h
20+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/double.h
21+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/fixnum.h
22+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/gid_t.h
23+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/int.h
24+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/intptr_t.h
25+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/long.h
26+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/long_long.h
27+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/mode_t.h
28+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/off_t.h
29+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/pid_t.h
30+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/short.h
31+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/size_t.h
32+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/st_data_t.h
33+
instrumentation.o: $(hdrdir)/ruby/internal/arithmetic/uid_t.h
34+
instrumentation.o: $(hdrdir)/ruby/internal/assume.h
35+
instrumentation.o: $(hdrdir)/ruby/internal/attr/alloc_size.h
36+
instrumentation.o: $(hdrdir)/ruby/internal/attr/artificial.h
37+
instrumentation.o: $(hdrdir)/ruby/internal/attr/cold.h
38+
instrumentation.o: $(hdrdir)/ruby/internal/attr/const.h
39+
instrumentation.o: $(hdrdir)/ruby/internal/attr/constexpr.h
40+
instrumentation.o: $(hdrdir)/ruby/internal/attr/deprecated.h
41+
instrumentation.o: $(hdrdir)/ruby/internal/attr/diagnose_if.h
42+
instrumentation.o: $(hdrdir)/ruby/internal/attr/enum_extensibility.h
43+
instrumentation.o: $(hdrdir)/ruby/internal/attr/error.h
44+
instrumentation.o: $(hdrdir)/ruby/internal/attr/flag_enum.h
45+
instrumentation.o: $(hdrdir)/ruby/internal/attr/forceinline.h
46+
instrumentation.o: $(hdrdir)/ruby/internal/attr/format.h
47+
instrumentation.o: $(hdrdir)/ruby/internal/attr/maybe_unused.h
48+
instrumentation.o: $(hdrdir)/ruby/internal/attr/noalias.h
49+
instrumentation.o: $(hdrdir)/ruby/internal/attr/nodiscard.h
50+
instrumentation.o: $(hdrdir)/ruby/internal/attr/noexcept.h
51+
instrumentation.o: $(hdrdir)/ruby/internal/attr/noinline.h
52+
instrumentation.o: $(hdrdir)/ruby/internal/attr/nonnull.h
53+
instrumentation.o: $(hdrdir)/ruby/internal/attr/noreturn.h
54+
instrumentation.o: $(hdrdir)/ruby/internal/attr/pure.h
55+
instrumentation.o: $(hdrdir)/ruby/internal/attr/restrict.h
56+
instrumentation.o: $(hdrdir)/ruby/internal/attr/returns_nonnull.h
57+
instrumentation.o: $(hdrdir)/ruby/internal/attr/warning.h
58+
instrumentation.o: $(hdrdir)/ruby/internal/attr/weakref.h
59+
instrumentation.o: $(hdrdir)/ruby/internal/cast.h
60+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is.h
61+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/apple.h
62+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/clang.h
63+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/gcc.h
64+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/intel.h
65+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/msvc.h
66+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_is/sunpro.h
67+
instrumentation.o: $(hdrdir)/ruby/internal/compiler_since.h
68+
instrumentation.o: $(hdrdir)/ruby/internal/config.h
69+
instrumentation.o: $(hdrdir)/ruby/internal/constant_p.h
70+
instrumentation.o: $(hdrdir)/ruby/internal/core.h
71+
instrumentation.o: $(hdrdir)/ruby/internal/core/rarray.h
72+
instrumentation.o: $(hdrdir)/ruby/internal/core/rbasic.h
73+
instrumentation.o: $(hdrdir)/ruby/internal/core/rbignum.h
74+
instrumentation.o: $(hdrdir)/ruby/internal/core/rclass.h
75+
instrumentation.o: $(hdrdir)/ruby/internal/core/rdata.h
76+
instrumentation.o: $(hdrdir)/ruby/internal/core/rfile.h
77+
instrumentation.o: $(hdrdir)/ruby/internal/core/rhash.h
78+
instrumentation.o: $(hdrdir)/ruby/internal/core/robject.h
79+
instrumentation.o: $(hdrdir)/ruby/internal/core/rregexp.h
80+
instrumentation.o: $(hdrdir)/ruby/internal/core/rstring.h
81+
instrumentation.o: $(hdrdir)/ruby/internal/core/rstruct.h
82+
instrumentation.o: $(hdrdir)/ruby/internal/core/rtypeddata.h
83+
instrumentation.o: $(hdrdir)/ruby/internal/ctype.h
84+
instrumentation.o: $(hdrdir)/ruby/internal/dllexport.h
85+
instrumentation.o: $(hdrdir)/ruby/internal/dosish.h
86+
instrumentation.o: $(hdrdir)/ruby/internal/error.h
87+
instrumentation.o: $(hdrdir)/ruby/internal/eval.h
88+
instrumentation.o: $(hdrdir)/ruby/internal/event.h
89+
instrumentation.o: $(hdrdir)/ruby/internal/fl_type.h
90+
instrumentation.o: $(hdrdir)/ruby/internal/gc.h
91+
instrumentation.o: $(hdrdir)/ruby/internal/glob.h
92+
instrumentation.o: $(hdrdir)/ruby/internal/globals.h
93+
instrumentation.o: $(hdrdir)/ruby/internal/has/attribute.h
94+
instrumentation.o: $(hdrdir)/ruby/internal/has/builtin.h
95+
instrumentation.o: $(hdrdir)/ruby/internal/has/c_attribute.h
96+
instrumentation.o: $(hdrdir)/ruby/internal/has/cpp_attribute.h
97+
instrumentation.o: $(hdrdir)/ruby/internal/has/declspec_attribute.h
98+
instrumentation.o: $(hdrdir)/ruby/internal/has/extension.h
99+
instrumentation.o: $(hdrdir)/ruby/internal/has/feature.h
100+
instrumentation.o: $(hdrdir)/ruby/internal/has/warning.h
101+
instrumentation.o: $(hdrdir)/ruby/internal/intern/array.h
102+
instrumentation.o: $(hdrdir)/ruby/internal/intern/bignum.h
103+
instrumentation.o: $(hdrdir)/ruby/internal/intern/class.h
104+
instrumentation.o: $(hdrdir)/ruby/internal/intern/compar.h
105+
instrumentation.o: $(hdrdir)/ruby/internal/intern/complex.h
106+
instrumentation.o: $(hdrdir)/ruby/internal/intern/cont.h
107+
instrumentation.o: $(hdrdir)/ruby/internal/intern/dir.h
108+
instrumentation.o: $(hdrdir)/ruby/internal/intern/enum.h
109+
instrumentation.o: $(hdrdir)/ruby/internal/intern/enumerator.h
110+
instrumentation.o: $(hdrdir)/ruby/internal/intern/error.h
111+
instrumentation.o: $(hdrdir)/ruby/internal/intern/eval.h
112+
instrumentation.o: $(hdrdir)/ruby/internal/intern/file.h
113+
instrumentation.o: $(hdrdir)/ruby/internal/intern/gc.h
114+
instrumentation.o: $(hdrdir)/ruby/internal/intern/hash.h
115+
instrumentation.o: $(hdrdir)/ruby/internal/intern/io.h
116+
instrumentation.o: $(hdrdir)/ruby/internal/intern/load.h
117+
instrumentation.o: $(hdrdir)/ruby/internal/intern/marshal.h
118+
instrumentation.o: $(hdrdir)/ruby/internal/intern/numeric.h
119+
instrumentation.o: $(hdrdir)/ruby/internal/intern/object.h
120+
instrumentation.o: $(hdrdir)/ruby/internal/intern/parse.h
121+
instrumentation.o: $(hdrdir)/ruby/internal/intern/proc.h
122+
instrumentation.o: $(hdrdir)/ruby/internal/intern/process.h
123+
instrumentation.o: $(hdrdir)/ruby/internal/intern/random.h
124+
instrumentation.o: $(hdrdir)/ruby/internal/intern/range.h
125+
instrumentation.o: $(hdrdir)/ruby/internal/intern/rational.h
126+
instrumentation.o: $(hdrdir)/ruby/internal/intern/re.h
127+
instrumentation.o: $(hdrdir)/ruby/internal/intern/ruby.h
128+
instrumentation.o: $(hdrdir)/ruby/internal/intern/select.h
129+
instrumentation.o: $(hdrdir)/ruby/internal/intern/select/largesize.h
130+
instrumentation.o: $(hdrdir)/ruby/internal/intern/signal.h
131+
instrumentation.o: $(hdrdir)/ruby/internal/intern/sprintf.h
132+
instrumentation.o: $(hdrdir)/ruby/internal/intern/string.h
133+
instrumentation.o: $(hdrdir)/ruby/internal/intern/struct.h
134+
instrumentation.o: $(hdrdir)/ruby/internal/intern/thread.h
135+
instrumentation.o: $(hdrdir)/ruby/internal/intern/time.h
136+
instrumentation.o: $(hdrdir)/ruby/internal/intern/variable.h
137+
instrumentation.o: $(hdrdir)/ruby/internal/intern/vm.h
138+
instrumentation.o: $(hdrdir)/ruby/internal/interpreter.h
139+
instrumentation.o: $(hdrdir)/ruby/internal/iterator.h
140+
instrumentation.o: $(hdrdir)/ruby/internal/memory.h
141+
instrumentation.o: $(hdrdir)/ruby/internal/method.h
142+
instrumentation.o: $(hdrdir)/ruby/internal/module.h
143+
instrumentation.o: $(hdrdir)/ruby/internal/newobj.h
144+
instrumentation.o: $(hdrdir)/ruby/internal/rgengc.h
145+
instrumentation.o: $(hdrdir)/ruby/internal/scan_args.h
146+
instrumentation.o: $(hdrdir)/ruby/internal/special_consts.h
147+
instrumentation.o: $(hdrdir)/ruby/internal/static_assert.h
148+
instrumentation.o: $(hdrdir)/ruby/internal/stdalign.h
149+
instrumentation.o: $(hdrdir)/ruby/internal/stdbool.h
150+
instrumentation.o: $(hdrdir)/ruby/internal/symbol.h
151+
instrumentation.o: $(hdrdir)/ruby/internal/value.h
152+
instrumentation.o: $(hdrdir)/ruby/internal/value_type.h
153+
instrumentation.o: $(hdrdir)/ruby/internal/variable.h
154+
instrumentation.o: $(hdrdir)/ruby/internal/warning_push.h
155+
instrumentation.o: $(hdrdir)/ruby/internal/xmalloc.h
156+
instrumentation.o: $(hdrdir)/ruby/missing.h
157+
instrumentation.o: $(hdrdir)/ruby/ruby.h
158+
instrumentation.o: $(hdrdir)/ruby/st.h
159+
instrumentation.o: $(hdrdir)/ruby/subst.h
160+
instrumentation.o: $(hdrdir)/ruby/thread.h
161+
instrumentation.o: $(hdrdir)/ruby/thread_native.h
162+
instrumentation.o: instrumentation.c
161163
# AUTOGENERATED DEPENDENCIES END

‎test/-ext-/gvl/test_instrumentation_api.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# frozen_string_literal: false
22
class TestGVLInstrumentation < Test::Unit::TestCase
33
def setup
4-
skip("No windows support yet") if /mswin|mingw|bccwin/ =~ RUBY_PLATFORM
4+
pend("TODO: No windows support yet") if /mswin|mingw|bccwin/ =~ RUBY_PLATFORM
55
end
66

77
def test_gvl_instrumentation

0 commit comments

Comments
 (0)
Failed to load comments.