[all-commits] [llvm/llvm-project] 0ce723: [NFC] Refactor how CFI section types are represent...
RamNalamothu via All-commits
all-commits at lists.llvm.org
Sat Apr 24 11:00:10 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0ce723cb228bc1d1a0f5718f3862fb836145a333
https://github.com/llvm/llvm-project/commit/0ce723cb228bc1d1a0f5718f3862fb836145a333
Author: RamNalamothu <VenkataRamanaiah.Nalamothu at amd.com>
Date: 2021-04-24 (Sat, 24 Apr 2021)
Changed paths:
M llvm/include/llvm/CodeGen/AsmPrinter.h
M llvm/lib/CodeGen/AsmPrinter/ARMException.cpp
M llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
M llvm/lib/CodeGen/AsmPrinter/DwarfCFIException.cpp
M llvm/lib/Target/AArch64/AArch64AsmPrinter.cpp
Log Message:
-----------
[NFC] Refactor how CFI section types are represented in AsmPrinter
In terms of readability, the `enum CFIMoveType` didn't better document what it
intends to convey i.e. the type of CFI section that gets emitted.
Reviewed By: dblaikie, MaskRay
Differential Revision: https://reviews.llvm.org/D76519
More information about the All-commits
mailing list