From eb83ea875f65d91a403113201c3b174354555a3b Mon Sep 17 00:00:00 2001 From: Johan Engelen Date: Fri, 30 Mar 2018 17:29:40 +0200 Subject: [PATCH] Fix attributes.d test for PPC. On PPC, the i32 ABI is `signext i32`. --- tests/ir/attributes.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ir/attributes.d b/tests/ir/attributes.d index d1986d480e6..f0574c76b5e 100644 --- a/tests/ir/attributes.d +++ b/tests/ir/attributes.d @@ -26,7 +26,7 @@ import ldc.attributes; //--------------------------------------------------------------------- -// CHECK-LABEL: define i32 @_Dmain +// CHECK-LABEL: define{{.*}} i32 @_Dmain void main() { sectionedfoo(); }