[PATCH] D77919: [MC][ELF] Add section flags to diagnostic

Brian Cain via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 13 22:14:56 PDT 2020


bcain marked an inline comment as done.
bcain added inline comments.


================
Comment at: llvm/test/MC/ELF/section-flags-changed.s:6
 
-# CHECK: {{.*}}.s:[[# @LINE+1]]:1: error: changed section flags for .foo, expected: 0x6
+# CHECK: {{.*}}.s:[[# @LINE+1]]:1: error: changed section flags for '.foo', expected: "ax"
 .section .foo,"awx", at progbits
----------------
When I ran this test, it failed. I'm not quite clear on why FileCheck doesn't match here, I'm sure I'm missing something simple.

I'll continue to investigate why this test fails.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77919/new/

https://reviews.llvm.org/D77919





More information about the llvm-commits mailing list