[cfe-commits] r72490 - in /cfe/trunk: include/clang/AST/RecordLayout.h lib/AST/ASTContext.cpp test/SemaCXX/constant-expression.cpp
Mike Stump
mrs at apple.com
Wed May 27 16:36:35 PDT 2009
On May 27, 2009, at 2:11 PM, Sebastian Redl wrote:
> Which tester, which architecture?
i686-apple-darwin9.6.0; if I manually add -triple i686-apple-
darwin9.6.0 to the testcase, I can see i fail.
> (Also, is there a link to the waterfall on the Clang homepage?)
Don't think so.
Incorrect Output:
define linkonce_odr void @_ZN1SC1Ev(%struct.C* %this) nounwind {
define linkonce_odr void @_ZN1SC1Ev(%struct.C* %this) nounwind {
define linkonce_odr void @_ZN1S9f_inline1Ev(%struct.C* %this) nounwind {
define linkonce_odr void @_ZN1S9f_inline2Ev(%struct.C* %this) nounwind {
define linkonce_odr void @_ZN1S1gEv() nounwind {
define void @_ZN1S1fEv() nounwind {
mrs $ grep 'call void @_ZN1TpsERK1T' test/Output/Volumes/mrs5/net/llvm/
llvm/tools/clang/test/CodeGenCXX//member-functions.cpp.out.tmp
mrs $ grep '@_ZN1TpsERK1T' test/Output/Volumes/mrs5/net/llvm/llvm/
tools/clang/test/CodeGenCXX//member-functions.cpp.out.tmp
%call = call i8 @_ZN1TpsERK1T(%struct.C* %t1, %struct.C* %t2) ; <i8>
[#uses=1]
declare i8 @_ZN1TpsERK1T(%struct.C*, %struct.C*)
? Hum... The difference is the i8 in there...
More information about the cfe-commits
mailing list