diff clang/test/PCH/uses-seh.cpp @ 236:c4bab56944e8 llvm-original

LLVM 16
author kono
date Wed, 09 Nov 2022 17:45:10 +0900
parents 1d019706d866
children
line wrap: on
line diff
--- a/clang/test/PCH/uses-seh.cpp	Wed Jul 21 10:27:27 2021 +0900
+++ b/clang/test/PCH/uses-seh.cpp	Wed Nov 09 17:45:10 2022 +0900
@@ -19,8 +19,8 @@
 }
 int x = f();
 
-// CHECK: define linkonce_odr dso_local i32 @"?f@@YAHXZ"()
-// CHECK: define internal i32 @"?filt$0@0@f@@"({{.*}})
+// CHECK: define linkonce_odr dso_local noundef i32 @"?f@@YAHXZ"()
+// CHECK: define internal noundef i32 @"?filt$0@0@f@@"({{.*}})
 
 #else