[all-commits] [llvm/llvm-project] 12eddd: [CodeGen] Fix two dots between text section name a...
Pan Tao via All-commits
all-commits at lists.llvm.org
Fri Feb 19 18:49:15 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 12edddafac451cb39b923dd0883794f554fc9616
https://github.com/llvm/llvm-project/commit/12edddafac451cb39b923dd0883794f554fc9616
Author: Pan, Tao <tao.pan at intel.com>
Date: 2021-02-20 (Sat, 20 Feb 2021)
Changed paths:
M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
M llvm/test/DebugInfo/X86/basic-block-sections_1.ll
Log Message:
-----------
[CodeGen] Fix two dots between text section name and symbol name
There is a trailing dot in text section name if it has prefix, don't add
repeated dot when connect text section name and symbol name.
Reviewed By: MaskRay
Differential Revision: https://reviews.llvm.org/D96327
More information about the All-commits
mailing list