Skip to content

Commit

Permalink
Fix attributes.d test for PPC. (#2635) (#2644)
Browse files Browse the repository at this point in the history
On PPC, the i32 ABI is `signext i32`.
  • Loading branch information
JohanEngelen authored and kinke committed Apr 10, 2018
1 parent 0a609c6 commit ae05d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/codegen/attributes.d
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import ldc.attributes;
//---------------------------------------------------------------------


// CHECK-LABEL: define i32 @_Dmain
// CHECK-LABEL: define{{.*}} i32 @_Dmain
void main() {
sectionedfoo();
}

0 comments on commit ae05d0c

Please sign in to comment.