[PATCH] D92052: [MC][ELF] Accept abbreviated form with sh_flags and sh_entsize

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 4 09:31:40 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.
This revision is now accepted and ready to land.

Please wait for @jhenderson



================
Comment at: llvm/test/MC/ELF/section-omitted-attributes.s:1
+# RUN: llvm-mc -triple=x86_64 %s -o - | FileCheck %s
+
----------------
Please add a file-level comment about the purpose of the test:

If section flags and other attributes are omitted, don't error.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92052



More information about the llvm-commits mailing list