search for: jmiguel

Displaying 2 results from an estimated 2 matches for "jmiguel".

Did you mean: miguel
2017 Feb 27
2
lli can't find vsprintf
...gt; I think you need to tell lli which shared libraries to load, via "-load > option," in order to find missing symbols -- probably libcmt in this case, > since that's what you passed to link in the llc example. > > hth... > Don > > On Fri, Feb 24, 2017 at 9:02 PM jmiguel hernandez via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Hi >> i am wondering if someone could give me some tips on how to debug/solve >> this problem. I am trying to use LLI on Windows. I build llvm and clang >> using cmake. >> >> clang -c...
2017 Feb 25
2
lli can't find vsprintf
Hi i am wondering if someone could give me some tips on how to debug/solve this problem. I am trying to use LLI on Windows. I build llvm and clang using cmake. clang -c hello.c -emit-llvm -o hello.bc lli hello.bc D:\llvm\examples\helloworld>lli hello.bc LLVM ERROR: Program used external function '___stdio_common_vsprintf' which could not be resolved! But, I can generate the exe though