facebookincubator / cinder

Cinder is Meta's internal performance-oriented production version of CPython.

Home Page:https://trycinder.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

JunyiXie opened this issue · comments

>> 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