The llvm bootstrap is broken on linux x86_64. I was able to reduce the
problem to the attached .c file that fails to compile with the
following error message:
stage1/cc1 ~/test.c
yyparse
Attribute ZExt should only apply to Integer type!
void (i64, i64, i8* sext , i8)* @c_finish_if_stmt
Broken module found, compilation aborted!
/home/espindola/test.c:17: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://llvm.org/bugs> for instructions.
Should I add a bug report?
Cheers,
Rafael
test.c (188 Bytes)