You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is this, but LLVM_CLANG_C_EXTERN_C_BEGIN does not seem to be defined.
Am I missing something obvious? The binaries (at least on win) from conda-forge do not export anything like e.g. clang_Interpreter_evaluate using the c linkage.
If you need why: I'd like to call this lib via ctypes in python.
What operating system was you using when the bug occured?
Windows
What is the architechture of the cpu on your system?
x64
What did you build CppInterOp against?
Not sure, I used the conda-forge build
The text was updated successfully, but these errors were encountered:
Description of bug
There is this, but
LLVM_CLANG_C_EXTERN_C_BEGIN
does not seem to be defined.Am I missing something obvious? The binaries (at least on win) from conda-forge do not export anything like e.g.
clang_Interpreter_evaluate
using the c linkage.If you need why: I'd like to call this lib via ctypes in python.
What operating system was you using when the bug occured?
Windows
What is the architechture of the cpu on your system?
x64
What did you build CppInterOp against?
Not sure, I used the conda-forge build
The text was updated successfully, but these errors were encountered: