[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
Fri Jun 16 03:12:44 PDT 2023


Michael137 added a comment.

Looks like this is failing on the Darwin x86_64 buildbots: https://green.lab.llvm.org/green/view/LLDB/job/lldb-cmake/56510/execution/node/74/log/

  Exit Code: 1
  
  Command Output (stderr):
  --
  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]
  /Users/buildslave/jenkins/workspace/lldb-cmake/llvm-project/lldb/test/Shell/Unwind/Inputs/eh-frame-dwarf-unwind-abort.s:25:2: error: unknown directive
   .size g_hard_abort, 1
   ^
  
  ********************
  Failed Tests (1):
    lldb-shell :: Unwind/eh-frame-dwarf-unwind-abort.test


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