[PATCH] D82240: [MCParser] Support quoted section name for COFF
James Henderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 22 01:01:57 PDT 2020
jhenderson added inline comments.
================
Comment at: llvm/test/MC/COFF/section.s:194
+/// The section name can be quoted.
+.section ".llvm.call-graph-profile","n"
+// CHECK: Section {
----------------
Maybe worth using some other characters in the name too, that wouldn't otherwise be allowed, e.g. '@', '{' etc. There's no real need for this to be a "standard" section name after all.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82240/new/
https://reviews.llvm.org/D82240
More information about the llvm-commits
mailing list