[MC][ELF] Fix section_mergeable_size.ll
authorFangrui Song <maskray@google.com>
Thu, 11 Oct 2018 00:08:59 +0000 (00:08 +0000)
committerFangrui Song <maskray@google.com>
Thu, 11 Oct 2018 00:08:59 +0000 (00:08 +0000)
Some targets use %progbits instead of @progbits.

Updating that check with a {{[@%]}}progbits regex to make those bots happy.

llvm-svn: 344206

llvm/test/CodeGen/Generic/section_mergeable_size.ll

index fbab7fe..0a7ddd1 100644 (file)
@@ -1,3 +1,3 @@
 ; RUN: llc < %s | FileCheck %s
 @a = internal unnamed_addr constant [1 x [1 x i32]] zeroinitializer, section ".init.rodata", align 4
-; CHECK: .init.rodata,"aM",@progbits,4
+; CHECK: .init.rodata,"aM",{{[@%]}}progbits,4