[all-commits] [llvm/llvm-project] 5b51d4: [X86] Use ".lrodata" prefix for large mergeable co...

Arthur Eubanks via All-commits all-commits at lists.llvm.org
Thu Feb 15 12:50:38 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5b51d45f496f10a74dea5a100cf18b33b45493dc
      https://github.com/llvm/llvm-project/commit/5b51d45f496f10a74dea5a100cf18b33b45493dc
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2024-02-15 (Thu, 15 Feb 2024)

  Changed paths:
    M llvm/lib/CodeGen/TargetLoweringObjectFileImpl.cpp
    A llvm/test/CodeGen/X86/code-model-elf-merge-sections.ll

  Log Message:
  -----------
  [X86] Use ".lrodata" prefix for large mergeable constants (#81900)

Otherwise with a small enough large-data-threshold, we can get .rodata.*
sections marked large, making .rodata large in the final binary.




More information about the All-commits mailing list