diff options
Diffstat (limited to 'clang/test/CodeGenObjC')
| -rw-r--r-- | clang/test/CodeGenObjC/arc-foreach.m | 2 | ||||
| -rw-r--r-- | clang/test/CodeGenObjC/objc2-weak-import-attribute.m | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/clang/test/CodeGenObjC/arc-foreach.m b/clang/test/CodeGenObjC/arc-foreach.m index 44561818c94..ec767d391fd 100644 --- a/clang/test/CodeGenObjC/arc-foreach.m +++ b/clang/test/CodeGenObjC/arc-foreach.m @@ -172,4 +172,4 @@ void test3(NSArray *array) { // CHECK-LP64-NEXT: br label [[L]] } -// CHECK: attributes [[NUW]] = { nounwind } +// CHECK-LP64: attributes [[NUW]] = { nounwind } diff --git a/clang/test/CodeGenObjC/objc2-weak-import-attribute.m b/clang/test/CodeGenObjC/objc2-weak-import-attribute.m index 201e24b9e5e..6ee57467b22 100644 --- a/clang/test/CodeGenObjC/objc2-weak-import-attribute.m +++ b/clang/test/CodeGenObjC/objc2-weak-import-attribute.m @@ -45,4 +45,4 @@ __attribute__((weak_import)) @interface Root @end @implementation Root @end -// CHECK-NOT-X86-64: OBJC_METACLASS_$_Root" = extern_weak global +// CHECK-X86-64-NOT: OBJC_METACLASS_$_Root" = extern_weak global |

