[PATCH] D58611: Fixed typos in tests: s/CHEKC/CHECK/
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Feb 25 05:43:59 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rC354785: Fixed typos in tests: s/CHEKC/CHECK/ (authored by gribozavr, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D58611?vs=188143&id=188150#toc
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D58611/new/
https://reviews.llvm.org/D58611
Files:
test/CodeGenObjC/dllstorage.m
test/CodeGenObjC/gnustep2-category-protocol.m
Index: test/CodeGenObjC/dllstorage.m
===================================================================
--- test/CodeGenObjC/dllstorage.m
+++ test/CodeGenObjC/dllstorage.m
@@ -85,7 +85,7 @@
}
@end
-// CHEKC-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32
+// CHECK-FW-DAG: @_OBJC_CLASS_M = external dllimport global i32
// CHECK-IR-DAG: @"OBJC_IVAR_$_M._ivar" = external dllimport global i32
Index: test/CodeGenObjC/gnustep2-category-protocol.m
===================================================================
--- test/CodeGenObjC/gnustep2-category-protocol.m
+++ test/CodeGenObjC/gnustep2-category-protocol.m
@@ -5,7 +5,7 @@
// to a protocol in a binary.
// CHECK: @._OBJC_PROTOCOL_Y = global
-// CHEKC-SAME: section "__objc_protocols", comdat, align 8
+// CHECK-SAME: section "__objc_protocols", comdat, align 8
@interface X
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58611.188150.patch
Type: text/x-patch
Size: 857 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190225/e8a7e4f1/attachment.bin>
More information about the cfe-commits
mailing list