[PATCH] D14173: Fix test check label.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 29 14:27:02 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL251655: Fix test check label. (authored by tejohnson).

Changed prior to commit:
  http://reviews.llvm.org/D14173?vs=38726&id=38762#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D14173

Files:
  llvm/trunk/test/Linker/link-flags.ll

Index: llvm/trunk/test/Linker/link-flags.ll
===================================================================
--- llvm/trunk/test/Linker/link-flags.ll
+++ llvm/trunk/test/Linker/link-flags.ll
@@ -9,13 +9,13 @@
 CI-LABEL: @X = internal global i32 5
 CU-LABEL:@U = global i32 6
 CI-LABEL:@U = internal global i32 6
-CN-LABEL-NOT:@U
+CN-NOT:@U
 
 B-LABEL: define void @bar() {
 
 C-LABEL: define i32 @foo()
 CI-LABEL: define internal i32 @foo()
 
 CU-LABEL:define i32 @unused() {
 CI-LABEL:define internal i32 @unused() {
-CN-LABEL-NOT:@unused()
+CN-NOT:@unused()


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14173.38762.patch
Type: text/x-patch
Size: 563 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151029/072a0489/attachment.bin>


More information about the llvm-commits mailing list