diff options
Diffstat (limited to 'clang/test/CodeGenObjCXX/exceptions.mm')
| -rw-r--r-- | clang/test/CodeGenObjCXX/exceptions.mm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/clang/test/CodeGenObjCXX/exceptions.mm b/clang/test/CodeGenObjCXX/exceptions.mm index ef26d10972b..031c22204d8 100644 --- a/clang/test/CodeGenObjCXX/exceptions.mm +++ b/clang/test/CodeGenObjCXX/exceptions.mm @@ -29,6 +29,8 @@ namespace test1 { } @catch (id i) { } } -// CHECK: invoke void @objc_exception_throw(i8* [[CALL:%.*]]) noreturn +// CHECK: invoke void @objc_exception_throw(i8* [[CALL:%.*]]) [[NR:#[0-9]+]] // CHECK: to label [[INVOKECONT1:%.*]] unwind label [[LPAD:%.*]] } + +// CHECK: attributes [[NR]] = { noreturn } |

