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
I add -g to the CFLAGS to generate debug info when compile kernel with gllvm. But the llvm IR do not show the source code line number. $ make CC=gclang CFLAGS+="-g" -j$(nproc --all)
Could you please give some suggestions to show the source code line number in the generated llvm IR?
Any suggestions will be appreciated.
The text was updated successfully, but these errors were encountered:
@ianamason
Hi, thanks for the nice tool!
I add -g to the CFLAGS to generate debug info when compile kernel with gllvm. But the llvm IR do not show the source code line number.
$ make CC=gclang CFLAGS+="-g" -j$(nproc --all)
Could you please give some suggestions to show the source code line number in the generated llvm IR?
Any suggestions will be appreciated.
The text was updated successfully, but these errors were encountered: