Skip to content

Use #if defined where applicable#342

Merged
djwatson merged 1 commit intolibunwind:masterfrom
am11:fix-ifdefs
May 22, 2022
Merged

Use #if defined where applicable#342
djwatson merged 1 commit intolibunwind:masterfrom
am11:fix-ifdefs

Conversation

@am11
Copy link
Contributor

@am11 am11 commented Mar 20, 2022

In all places except these three, we are using #ifdef HAVE_TTRACE or #if defined(HAVE_TTRACE), implying config file must have #define HAVE_TTRACE rather than #define HAVE_TTRACE 0 // or 1.

am11 added a commit to am11/runtime that referenced this pull request Mar 20, 2022
akoeplinger pushed a commit to dotnet/runtime that referenced this pull request Mar 22, 2022
Also upstreamed a fix for libunwind libunwind/libunwind#342 (but we are not using ptrace so it can wait until the next libunwind update).
radekdoulik pushed a commit to radekdoulik/runtime that referenced this pull request Mar 30, 2022
Also upstreamed a fix for libunwind libunwind/libunwind#342 (but we are not using ptrace so it can wait until the next libunwind update).
@djwatson djwatson merged commit 5b5af8c into libunwind:master May 22, 2022
@am11 am11 deleted the fix-ifdefs branch May 22, 2022 23:01
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.

2 participants