[llvm-dev] Fwd: SIGILL with clang

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Sat Aug 26 05:31:19 PDT 2017


On Sat, Aug 26, 2017 at 02:16:10PM +0530, ROHIT KUMAR via llvm-dev wrote:
> Error: SIGILL (signal SIGILL: illegal instruction)
> 
> At a weird line in the code, I am getting this error. which points to a
> closing curly bracket of an if condition.

Look at the precise assembler instruction of the trap. Check the
operands for unalignment, based on the description of the instruction.
Trace back what data the operand is derived from.

Joerg


More information about the llvm-dev mailing list