Displaying 2 results from an estimated 2 matches for "self_64_amd64".
2013 Apr 29
1
[LLVMdev] Many tests fail on Win64
I fell over this issue yesterday myself with lots of asserts being thrown.
I think the issue is in lib/IR/AsmWriter.cpp:1618 in the function
AssemblyWriter::printFunction(const Function *F)
Looking at the code I think the 2nd for loop should be preceded by the test
...
if (Idx < AS.getNumSlots())
Not sure why it doesn't fail on other platforms as it looks like it should
be a genuine
2011 Sep 29
1
[LLVMdev] Beginner Question on Linking
...change the command to `llvm-link HelloWorld.bc HelloWorld.exe` and get
these errors:
Popup:
--------------------------- Microsoft Visual C++ Debug Library
--------------------------- Debug Assertion Failed! Program:
D:\OpenSource\LLVM\mybuilddir\bin\Debug\llvm-link.exe File:
f:\dd\vctools\crt_bld\self_64_amd64\crt\src\isctype.c Line: 56 Expression:
(unsigned)(c + 1) <= 256 For information on how your program can cause an
assertion failure, see the Visual C++ documentation on asserts. (Press Retry
to debug the application) --------------------------- Abort Retry Ignore
---------------------------
Afte...