This fixed issue introduced in 16af97393346ad636298605930a8b503a55eb40a
and 796feb61637c407aefcc0d462f24a1cc41f350d8.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Added.
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
897 | We use IsComdat elsewhere in this file so I'd prefer to keep them consistent. |
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
897 | But the name is now confusing. This now specifically refers to Comdat::Any. Readers could interpret IsComdat as any comdat kind. | |
llvm/test/CodeGen/X86/elf-group-gcc_except_table.ll | ||
1 ↗ | (On Diff #339113) | This can be placed into gcc_except_table-multi.ll |
llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp | ||
---|---|---|
897 | That name is referring to the name of the getELFSection argument which is called IsComdat, not to its value. I'm fine changing the name if you want, but I'd prefer doing it consistently across the entire file in a follow up change. |
IsComdat -> IsComdatAny