aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorLang Hames <lhames@gmail.com>2025-02-03 18:34:39 +1100
committerLang Hames <lhames@gmail.com>2025-02-03 18:41:35 +1100
commita1ff2d18466bc27d3dc9b8bba688454e2a1cf196 (patch)
tree2176734b5aa20e650d3704e024ed786242bb1ffc /clang/lib/CodeGen/CodeGenModule.cpp
parent7fb233f549dee0346332562de050ef2ab3654329 (diff)
downloadllvm-a1ff2d18466bc27d3dc9b8bba688454e2a1cf196.zip
llvm-a1ff2d18466bc27d3dc9b8bba688454e2a1cf196.tar.gz
llvm-a1ff2d18466bc27d3dc9b8bba688454e2a1cf196.tar.bz2
[ORC] Drop 'Info' from MachOCompactUnwindInfoSectionName.
Rename MachOCompactUnwindInfoSectionName to MachOCompactUnwindSectionName. Background: There are two related sections used for compact-unwind info processing: __LD,__compact_unwind -- the input table stored in relocatable object formats, and __TEXT,__unwind_info -- the compressed table produced by the linker and consumed by libunwind. To keep the distinction clear we'll use *CompactUnwind* for names that refer to the __LD,__compact_unwind input tables and *UnwindInfo* for names that refer to the __TEXT,__unwind_info output tables. Dropping 'Info' from the variable above clarifies which section it refers to.
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions