I found copy-paste error in assert text:
assert(Ty->isInteger() && Ty->isSigned() &&
"Illegal type for unsigned integer constant!");
Patch attached.
Vladimir
Constants.cpp.patch (426 Bytes)
I found copy-paste error in assert text:
assert(Ty->isInteger() && Ty->isSigned() &&
"Illegal type for unsigned integer constant!");
Patch attached.
Vladimir
Constants.cpp.patch (426 Bytes)
Patch committed. Thanks Vladimir.
Reid.