[Lldb-commits] [PATCH] D68130: [lldb] Don't emit artificial constructor declarations as global functions

Raphael Isemann via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Oct 29 03:46:51 PDT 2019


teemperor added a comment.

Whoops, I meant skipIf'ing, not x-failing.

Anyway, I can reproduce the SIBABRT fail on my Arch Linux CI, so it seems that Stella's ubuntu failure isn't at fault here but instead some other issue. If I disable unwind-on-error I get this:

  lldb version 10.0.0 (git at github.com:Teemperor/llvm-project revision 94df949a1f120014e9c715fc43d87398ed3a880a)
    clang revision 94df949a1f120014e9c715fc43d87398ed3a880a
    llvm revision 94df949a1f120014e9c715fc43d87398ed3a880a
  warning: (x86_64) /home/teemperor/work/ci/build/lldb-test-build.noindex/commands/expression/call-overridden-method/TestCallOverriddenMethod.test_call_on_temporary_dwarf/a.out 0x7fffffff00000101: DW_AT_specification(0x000000d5) has no decl
  inlinable function call in a function with debug info must have a !dbg location
    call void @_ZN4BaseC2Ev(%class.Base* %this1) #4
  inlinable function call in a function with debug info must have a !dbg location
    call void @_ZN4BaseC2Ev(%class.Base* %this1) #4
  LLVM ERROR: Broken module found, compilation aborted!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68130





More information about the lldb-commits mailing list