[PATCH] D138477: MC: Add .data. and .rodata. prefixes to MCContext section classification

NAKAMURA Takumi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 18:34:42 PST 2022


chapuni added inline comments.


================
Comment at: llvm/test/MC/ELF/data-section-prefix.ll:19
+target datalayout = "e-m:e-p:64:64-i64:64-i128:128-n32:64-S128"
+target triple = "bpf"
+
----------------
Would it run if bpf is not configured?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138477



More information about the llvm-commits mailing list