llvmbot wrote:

<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-clang

Author: Michael Buch (Michael137)

<details>
<summary>Changes</summary>

Caused build-bot failures on various platforms.

---
Full diff: https://github.com/llvm/llvm-project/pull/90916.diff


1 Files Affected:

- (modified) clang/test/Profile/debug-info-instr_profile_switch.cpp (+1-1) 


``````````diff
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.]+]]

``````````

</details>


https://github.com/llvm/llvm-project/pull/90916
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to