[llvm-dev] Printing Fixups

Malhar Thakkar via llvm-dev llvm-dev at lists.llvm.org
Sat Oct 14 00:14:23 PDT 2017


Hello everyone,

I wish to print the fixups to the standard output. So, can anyone give me
any pointers on how to do that?

For example, if I have the following code, at compile time, the symbol
"printf" will be unresolved and hence, there should be a fixup entry for
"printf". I need to print all such unresolved symbols to the standard
output.

#include <stdio.h>
int main(int argc, char *argv[]) {
printf("Hello World\n");return 0;
}


Thank you.


Regards,
Malhar Thakkar
ᐧ
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20171014/7bffbb80/attachment.html>


More information about the llvm-dev mailing list