commit | 93ab6bf534fb6c26563c00f28a8fc5581bb71dfd | [log] [tgz] |
---|---|---|
author | Stephen Lin <stephenwlin@gmail.com> | Thu Aug 15 06:47:53 2013 +0000 |
committer | Stephen Lin <stephenwlin@gmail.com> | Thu Aug 15 06:47:53 2013 +0000 |
tree | 938e985e9673d1b0d289e8ed751943edc097da1d | |
parent | 233fbe1f56183878167a56be53425a6dd25ba334 [diff] [blame] |
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tests fail. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@188447 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/test/CodeGenObjCXX/implicit-copy-assign-operator.mm b/test/CodeGenObjCXX/implicit-copy-assign-operator.mm index a5ce789..88837c1 100644 --- a/test/CodeGenObjCXX/implicit-copy-assign-operator.mm +++ b/test/CodeGenObjCXX/implicit-copy-assign-operator.mm
@@ -43,7 +43,7 @@ d1 = d2; } -// CHECK-OBJ: define linkonce_odr %struct.D* @_ZN1DaSERS_ +// CHECK-OBJ-LABEL: define linkonce_odr %struct.D* @_ZN1DaSERS_ // CHECK-OBJ: {{call.*_ZN1AaSERS_}} // CHECK-OBJ: {{call.*_ZN1BaSERS_}} // CHECK-OBJ: {{call.*_ZN1CaSERKS_}}