Mercurial > hg > CbC > CbC_llvm
diff clang/test/CodeGenObjCXX/exception-cxx.mm @ 221:79ff65ed7e25
LLVM12 Original
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 15 Jun 2021 19:15:29 +0900 |
parents | 1d019706d866 |
children | c4bab56944e8 |
line wrap: on
line diff
--- a/clang/test/CodeGenObjCXX/exception-cxx.mm Tue Jun 15 19:13:43 2021 +0900 +++ b/clang/test/CodeGenObjCXX/exception-cxx.mm Tue Jun 15 19:15:29 2021 +0900 @@ -9,5 +9,5 @@ return; } } -// CHECK: define void @_ZN5test03fooEv() #0 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) +// CHECK: define{{.*}} void @_ZN5test03fooEv() #0 personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*) }