Displaying 2 results from an estimated 2 matches for "296083".
Did you mean:
29603
2017 Feb 25
2
lli can't find vsprintf
...ogram used external function '___stdio_common_vsprintf' which
could not be resolved!
But, I can generate the exe though
llc -filetype=obj hello.bc
link hello.obj -defaultlib:libcmt
maybe i need a
D:\llvm\examples\helloworld>clang --version
clang version 5.0.0 (trunk 296084) (llvm/trunk 296083)
Target: i686-pc-windows-msvc
Thread model: posix
InstalledDir: D:\llvm\build\Debug\bin
D:\llvm\examples\helloworld>lli --version
LLVM (http://llvm.org/):
LLVM version 5.0.0svn
DEBUG build with assertions.
Default target: i686-pc-windows-msvc
Host CPU: broadwell
-------------- next part...
2017 Feb 27
2
lli can't find vsprintf
...could not be resolved!
>>
>> But, I can generate the exe though
>> llc -filetype=obj hello.bc
>> link hello.obj -defaultlib:libcmt
>>
>> maybe i need a
>> D:\llvm\examples\helloworld>clang --version
>> clang version 5.0.0 (trunk 296084) (llvm/trunk 296083)
>> Target: i686-pc-windows-msvc
>> Thread model: posix
>> InstalledDir: D:\llvm\build\Debug\bin
>>
>> D:\llvm\examples\helloworld>lli --version
>> LLVM (http://llvm.org/):
>> LLVM version 5.0.0svn
>> DEBUG build with assertions.
>> Def...