[PATCH] D147544: [BOLT] Move from RuntimeDyld to JITLink

Rafael Auler via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 12 17:59:02 PDT 2023


rafauler added a comment.

I've been testing these changes and I think you need to run this with an address sanitizer. My address sanitizer builds are complaining about memory problems on at least these tests:

  BOLT :: AArch64/asm-func-debug.test
  BOLT :: AArch64/update-debug-reloc.test
  BOLT :: X86/asm-func-debug.test
  BOLT :: X86/dwarf5-call-pc-function-null-check.test
  BOLT :: X86/dwarf5-call-pc.test
  BOLT :: X86/dwarf5-debug-line.s
  BOLT :: X86/dwarf5-debug-loclists.s
  BOLT :: X86/dwarf5-df-dualcu-loclist.test
  BOLT :: X86/dwarf5-df-dualcu.test
  BOLT :: X86/dwarf5-df-mono-dualcu.test
  BOLT :: X86/dwarf5-dwarf4-monolithic.test
  BOLT :: X86/dwarf5-ftypes-dwp-input-dwo-output.test
  BOLT :: X86/dwarf5-label-low-pc.s
  BOLT :: X86/dwarf5-loclist-offset-form.test
  BOLT :: X86/dwarf5-lowpc-highpc-convert.s
  BOLT :: X86/dwarf5-rangeoffset-to-rangeindex.s
  BOLT :: X86/dwarf5-return-pc.test
  BOLT :: X86/dwarf5-shared-str-offset-base.s
  BOLT :: X86/dwarf5-split-dwarf4-monolithic.test
  BOLT :: X86/dwarf5-two-loclists.test
  BOLT :: X86/dwarf5-two-rnglists.test
  BOLT :: X86/inline-debug-info.test
  BOLT :: X86/inlined-function-mixed.test
  BOLT :: X86/line-number.test
  BOLT :: keep-aranges.test
  BOLT :: non-empty-debug-line.test


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147544/new/

https://reviews.llvm.org/D147544



More information about the llvm-commits mailing list