From: Johannes Doerfert Date: Thu, 17 Mar 2022 19:58:22 +0000 (-0500) Subject: [OpenMP][FIX] Make metadata and attribute check lines less detailed X-Git-Tag: upstream/15.0.7~13219 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b4cc3b1dd8d7200640210513263b28187f810703;p=platform%2Fupstream%2Fllvm.git [OpenMP][FIX] Make metadata and attribute check lines less detailed The update_cc script should really do this automatically :( --- diff --git a/clang/test/OpenMP/amdgcn_target_global_constructor.cpp b/clang/test/OpenMP/amdgcn_target_global_constructor.cpp index 12d538e..544406d 100644 --- a/clang/test/OpenMP/amdgcn_target_global_constructor.cpp +++ b/clang/test/OpenMP/amdgcn_target_global_constructor.cpp @@ -87,11 +87,11 @@ S A; // CHECK-NEXT: ret void // //. -// CHECK: attributes #0 = { convergent noinline nounwind "frame-pointer"="none" "kernel" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" } -// CHECK: attributes #1 = { convergent noinline nounwind optnone "frame-pointer"="none" "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" } -// CHECK: attributes #2 = { convergent "frame-pointer"="none" "no-trapping-math"="true" "stack-protector-buffer-size"="8" } -// CHECK: attributes #3 = { convergent } -// CHECK: attributes #4 = { convergent nounwind } +// CHECK: attributes #0 = { convergent +// CHECK: attributes #1 = { convergent +// CHECK: attributes #2 = { convergent +// CHECK: attributes #3 = { convergent +// CHECK: attributes #4 = { convergent //. // CHECK: !0 = !{i32 0, {{.*}}, !"__omp_offloading_{{.*}}_ctor", i32 19, i32 1} // CHECK: !1 = !{i32 0, {{.*}}, !"__omp_offloading_{{.*}}_dtor", i32 19, i32 2} @@ -101,5 +101,5 @@ S A; // CHECK: !5 = !{i32 1, !"wchar_size", i32 4} // CHECK: !6 = !{i32 7, !"openmp", i32 50} // CHECK: !7 = !{i32 7, !"openmp-device", i32 50} -// CHECK: !8 = !{!"clang version 15.0.0"} +// CHECK: !8 = !{!"clang version //.