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

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 27 20:04:58 PST 2022


yonghong-song 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"
+
----------------
chapuni wrote:
> Would it run if bpf is not configured?
Thanks for pointing this out. Yes, the test will fail if bpf is not configured. I pushed https://github.com/llvm/llvm-project/commit/5922d361229430a373e007a8e82ad69c7186d56d which fixed the issue.


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