[all-commits] [llvm/llvm-project] f9649d: [JITLink][MachO] Split C-string literal sections o...

lhames via All-commits all-commits at lists.llvm.org
Tue Jun 8 17:21:38 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f9649d123db64e38bce7bcb4cc5791239820f3e2
      https://github.com/llvm/llvm-project/commit/f9649d123db64e38bce7bcb4cc5791239820f3e2
  Author: Lang Hames <lhames at gmail.com>
  Date:   2021-06-09 (Wed, 09 Jun 2021)

  Changed paths:
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.cpp
    M llvm/lib/ExecutionEngine/JITLink/MachOLinkGraphBuilder.h

  Log Message:
  -----------
  [JITLink][MachO] Split C-string literal sections on null-terminators.

MachO C-string literal sections should be split on null-terminator boundaries,
rather than the usual symbol boundaries. This patch updates
MachOLinkGraphBuilder to do that.




More information about the All-commits mailing list