[all-commits] [llvm/llvm-project] c52bee: [MCParser] Support quoted section name for COFF
Fangrui Song via All-commits
all-commits at lists.llvm.org
Mon Jun 22 09:12:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c52bee61e91b421da4f603f3aa8111bee2fd1b30
https://github.com/llvm/llvm-project/commit/c52bee61e91b421da4f603f3aa8111bee2fd1b30
Author: Fangrui Song <maskray at google.com>
Date: 2020-06-22 (Mon, 22 Jun 2020)
Changed paths:
M llvm/lib/MC/MCParser/COFFAsmParser.cpp
M llvm/test/MC/COFF/section.s
Log Message:
-----------
[MCParser] Support quoted section name for COFF
This features matches ELFAsmParser and makes it possible to use `.section ".llvm.call-graph-profile","n"`
Reviewed By: zequanwu
Differential Revision: https://reviews.llvm.org/D82240
More information about the All-commits
mailing list