[PATCH] D96327: [CodeGen] Fix two dots between text section name and symbol name
TaoPan via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 17 21:54:25 PST 2021
TaoPan updated this revision to Diff 324525.
TaoPan added a comment.
Modify test/DebugInfo/X86/basic-block-sections_1.ll for text section prefix test.
Without this fixing patch, there are two dots between .text.hot and _Z3fooi.__part.1~3
Delete braces around simple one-line statements
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D96327/new/
https://reviews.llvm.org/D96327
Files:
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
llvm/test/DebugInfo/X86/basic-block-sections_1.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D96327.324525.patch
Type: text/x-patch
Size: 5907 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210218/0c3b7451/attachment.bin>
More information about the llvm-commits
mailing list