Skip to content

Conversation

JDevlieghere
Copy link

Fixes TAPI verification error:

SBTraceCursor.h:130:23: error: declaration has external linkage, but dynamic library doesn't have symbol '__ZN4lldb13SBTraceCursor22GetExecutionContextRefEv'
SBExecutionContext &GetExecutionContextRef();
^

Remove the method as it doesn't have an implementation.

(cherry picked from commit d6eaaa1)

Fixes TAPI verification error:

  SBTraceCursor.h:130:23: error: declaration has external linkage, but dynamic library doesn't have symbol '__ZN4lldb13SBTraceCursor22GetExecutionContextRefEv'
  SBExecutionContext &GetExecutionContextRef();
                      ^

Remove the method as it doesn't have an implementation.

(cherry picked from commit d6eaaa1)
@JDevlieghere JDevlieghere merged commit 50db7c0 into stable/20221013 Jan 31, 2023
@JDevlieghere JDevlieghere deleted the 🍒/rebranch/d6eaaa1f13a9f7c3d3f87257ea2cf18e0dc13d86 branch January 31, 2023 04:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant