[PATCH] D148358: [MC] Add section flag 'l' for SHF_X86_64_LARGE

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 14 17:25:46 PDT 2023


MaskRay added inline comments.


================
Comment at: llvm/test/MC/ELF/section-flags-unknown.s:1
 ## Some section flags are processor-specific. Reject them for other targets.
+# RUN: not llvm-mc -triple=riscv32 %s -o /dev/null 2>&1 | FileCheck %s --implicit-check-not=error:
----------------
This will need a `REQUIRES:`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148358



More information about the llvm-commits mailing list