facebookincubator / cinder

Cinder is Meta's internal performance-oriented production version of CPython.
https://trycinder.com
Other
3.43k stars 122 forks source link

Jit/slot_gen.cpp:111:6: error: call to member function 'bt' is ambiguous #31

Closed JunyiXie closed 3 years ago

JunyiXie commented 3 years ago
>> Jit/slot_gen.o
warning: unknown warning option '-Wno-cast-function-type'; did you mean '-Wno-bad-function-cast'? [-Wunknown-warning-option]
Jit/slot_gen.cpp:111:6: error: call to member function 'bt' is ambiguous
  as.bt(tmp, kImmortalBitPos);
  ~~~^~
./ThirdParty/asmjit/src/asmjit/./x86/x86emitter.h:482:18: note: candidate function
  ASMJIT_INST_2i(bt, Bt, Gp, Imm)                                      // ANY
                 ^
./ThirdParty/asmjit/src/asmjit/./x86/x86emitter.h:482:18: note: candidate function
./ThirdParty/asmjit/src/asmjit/./x86/x86emitter.h:482:18: note: candidate function
./ThirdParty/asmjit/src/asmjit/./x86/x86emitter.h:482:18: note: candidate function
Jit/slot_gen.cpp:120:6: error: call to member function 'call' is ambiguous