[Lldb-commits] [PATCH] D153043: [lldb] Fix handling of cfi_restore in the unwinder

Michael Buch via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Jun 19 16:30:54 PDT 2023


Michael137 added a comment.

This is now failing with:

  clang: warning: argument unused during compilation: '-fmodules-cache-path=/Users/buildslave/jenkins/workspace/lldb-cmake/lldb-build/lldb-test-build.noindex/module-cache-clang/lldb-shell' [-Wunused-command-line-argument]
  Undefined symbols for architecture x86_64:
    "abort", referenced from:
        asm_main in eh-frame-dwarf-unwind-abort-edbc93.o
       (maybe you meant: g_hard_abort)
  ld: symbol(s) not found for architecture x86_64

https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/56648/execution/node/74/log/?consoleFull


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153043



More information about the lldb-commits mailing list