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
Hi all,
running the latest version and clang-5.0 I was able to obtain the .ll of pngpixel. I can successfully use it but at the moment I try to run the main function obviously I cannot because for example png_free is an external function. Is it possible to solve this problem maybe obtaining the ll for every external dependency and link them all together?
Thanks
The text was updated successfully, but these errors were encountered:
Hi all,
running the latest version and clang-5.0 I was able to obtain the
.ll
ofpngpixel
. I can successfully use it but at the moment I try to run themain
function obviously I cannot because for examplepng_free
is an external function. Is it possible to solve this problem maybe obtaining thell
for every external dependency and link them all together?Thanks
The text was updated successfully, but these errors were encountered: