[PATCH] D92073: [CodeGen] Add text section prefix for COFF object file
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 25 13:56:39 PST 2020
MaskRay added inline comments.
================
Comment at: llvm/test/CodeGen/X86/text-section-prefix.ll:3
+
+define void @foo0(i1 zeroext %0) nounwind !section_prefix !0 {
+ ret void
----------------
You may want some RUN configurations in `Transforms/CodeGenPrepare/X86/section.ll`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92073/new/
https://reviews.llvm.org/D92073
More information about the llvm-commits
mailing list