Displaying 1 result from an estimated 1 matches for "stackguardslot".
2011 Jul 28
1
[LLVMdev] New Problem: llc -O0: Broken module found, compilation aborted!
...roblem below:
Both operands to a binary operator are not of the same type!
%aaa = xor i8* %"Call Return Address", i32 1892499360
Instruction does not dominate all uses!
%aaa = xor i8* %"Call Return Address", i32 1892499360
call void @llvm.stackprotector(i8* %aaa, i8** %StackGuardSlot)
Logical operators only work with integral types!
%abbaa = xor i8* %2, %"Call the return address"
Both operands to ICmp instruction are not of the same type!
%3 = icmp eq i32 1892499360, i8* %abbaa
Instruction does not dominate all uses!
%3 = icmp eq i32 1892499360, i8* %abbaa...