# llc test.bc -filetype=obj -o test.c.o
# clang -pg test.c.o -o test.o
test.ll:(.text+0x631): undefined reference to `numba_gil_ensure'
test.ll:(.text+0x643): undefined reference to `numba_unpickle'
test.ll:(.text+0x64e): undefined reference to `PyObject_Str'
test.ll:(.text+0x659): undefined reference to `PyUnicode_AsUTF8'
test.ll:(.text+0x668): undefined reference to `PySys_WriteStdout'
test.ll:(.text+0x670): undefined reference to `Py_DecRef'
test.ll:(.text+0x678): undefined reference to `Py_DecRef'
test.ll:(.text+0x684): undefined reference to `PySys_WriteStdout'
Regards,
Sangeeta
_______________________________________________
LLVM Developers mailing list
llvm...@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev