[all-commits] [llvm/llvm-project] 2e0c46: [Object][COFF] Improve section name parsing
pzhengqc via All-commits
all-commits at lists.llvm.org
Thu Jun 16 17:01:34 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2e0c46044a5df9420375d73b25524b47db02a00f
https://github.com/llvm/llvm-project/commit/2e0c46044a5df9420375d73b25524b47db02a00f
Author: Pengxuan Zheng <pzheng at quicinc.com>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M llvm/lib/Object/COFFObjectFile.cpp
Log Message:
-----------
[Object][COFF] Improve section name parsing
Inspired by discussions on D127369, we probably can further improve LLVM's COFF
section name parsing. Hopefully, this makes the logic simpler and handles some
edge cases more elegantly.
Reviewed By: rnk
Differential Revision: https://reviews.llvm.org/D127902
More information about the All-commits
mailing list