[LLVMbugs] [Bug 13820] New: ObjC codegen is not incompatible to LLP64
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Sep 12 03:25:03 PDT 2012
http://llvm.org/bugs/show_bug.cgi?id=13820
Bug #: 13820
Summary: ObjC codegen is not incompatible to LLP64
Product: clang
Version: trunk
Platform: PC
OS/Version: Windows NT
Status: NEW
Severity: enhancement
Priority: P
Component: -New Bugs
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: geek4civic at gmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
It seems they assume LP64.
They could be reproduced with -triple x86_64-win32.
******************** TEST 'Clang :: CodeGenObjC/objc2-ivar-assign.m' FAILED
Call parameter type does not match function signature!
%13 = sub i32 %12, %11
i64 %15 = call i8* @objc_assign_ivar(i8* %4, i8** %14, i32 %13)
Broken module found, compilation aborted!
******************** TEST 'Clang :: CodeGenObjC/property.m' FAILED
Bitcast requires types of same width
%7 = bitcast i32 %6 to i64
Broken module found, compilation aborted!
******************** TEST 'Clang :: CodeGenObjC/synthesize_ivar.m
Bitcast requires types of same width
%7 = bitcast i32 %6 to i64
Broken module found, compilation aborted!
******************** TEST 'Clang :: CodeGenObjC/synthesize_ivar-cont-class.m
Command 0 Stderr:
Bitcast requires types of same width
%7 = bitcast i32 %6 to i64
Broken module found, compilation aborted!
--
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the llvm-bugs
mailing list