Author: Michael Buch
Date: 2024-05-03T01:18:18+01:00
New Revision: 18707f53d6d2665634373847a0e9bdcbcac88c57

URL: 
https://github.com/llvm/llvm-project/commit/18707f53d6d2665634373847a0e9bdcbcac88c57
DIFF: 
https://github.com/llvm/llvm-project/commit/18707f53d6d2665634373847a0e9bdcbcac88c57.diff

LOG: [clang][PGO][test] Relax FileCheck patterns in 
debug-info-instr_profile_switch.cpp (#90916)

Caused build-bot failures on various platforms.

Added: 
    

Modified: 
    clang/test/Profile/debug-info-instr_profile_switch.cpp

Removed: 
    


################################################################################
diff  --git a/clang/test/Profile/debug-info-instr_profile_switch.cpp 
b/clang/test/Profile/debug-info-instr_profile_switch.cpp
index 205195a0e1225c..a78a1812a5a292 100644
--- a/clang/test/Profile/debug-info-instr_profile_switch.cpp
+++ b/clang/test/Profile/debug-info-instr_profile_switch.cpp
@@ -12,7 +12,7 @@ int main(int argc, const char *argv[]) {
   }
 }
 
-// CHECK: define {{.*}} @main(i32 noundef %argc, ptr noundef %argv) #0 !dbg 
![[MAIN_SCOPE:[0-9]+]]
+// CHECK: define {{.*}} @main({{.*}}) #0 !dbg ![[MAIN_SCOPE:[0-9]+]]
 
 // CHECK:        switch i32 {{.*}}, label {{.*}} [
 // CHECK-NEXT:     i32 0, label %[[CASE1_LBL:[a-z0-9.]+]]


        
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to