[clang] 366fc10 - [OpenMP][FIX] Remove version check lines in clang test

Johannes Doerfert via cfe-commits cfe-commits at lists.llvm.org
Sat Jan 21 13:25:45 PST 2023


Author: Johannes Doerfert
Date: 2023-01-21T13:25:24-08:00
New Revision: 366fc10f065dee6fdf94bcaddaecb048dab902e8

URL: https://github.com/llvm/llvm-project/commit/366fc10f065dee6fdf94bcaddaecb048dab902e8
DIFF: https://github.com/llvm/llvm-project/commit/366fc10f065dee6fdf94bcaddaecb048dab902e8.diff

LOG: [OpenMP][FIX] Remove version check lines in clang test

We really need a way to make the check line script deal with these
automatically.

Added: 
    

Modified: 
    clang/test/OpenMP/target_data_map_codegen_hold.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/OpenMP/target_data_map_codegen_hold.cpp b/clang/test/OpenMP/target_data_map_codegen_hold.cpp
index f267833232fe..5f4e50eaf0e3 100644
--- a/clang/test/OpenMP/target_data_map_codegen_hold.cpp
+++ b/clang/test/OpenMP/target_data_map_codegen_hold.cpp
@@ -522,13 +522,3 @@ void foo(int arg) {
 // CHECK-I386: attributes #0 = { mustprogress noinline nounwind optnone "min-legal-vector-width"="0" "no-trapping-math"="true" "stack-protector-buffer-size"="8" "target-features"="+cx8,+x87" }
 // CHECK-I386: attributes #1 = { nounwind }
 // CHECK-I386: attributes #2 = { nocallback nofree nounwind willreturn memory(argmem: readwrite) }
-//.
-// CHECK-PPC64LE: !0 = !{i32 1, !"wchar_size", i32 4}
-// CHECK-PPC64LE: !1 = !{i32 7, !"openmp", i32 50}
-// CHECK-PPC64LE: !2 = !{!"clang version 16.0.0"}
-//.
-// CHECK-I386: !0 = !{i32 1, !"NumRegisterParameters", i32 0}
-// CHECK-I386: !1 = !{i32 1, !"wchar_size", i32 4}
-// CHECK-I386: !2 = !{i32 7, !"openmp", i32 50}
-// CHECK-I386: !3 = !{!"clang version 16.0.0"}
-//.


        


More information about the cfe-commits mailing list