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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I'll take 1 week national holiday, 2/11~2/17, I'll handle the review comment soon after the holiday, thanks in advance!
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
920 | If this makes a difference, it needs a test. And delete braces around simple one-line statements. |
Comment Actions
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
If this makes a difference, it needs a test.
And delete braces around simple one-line statements.