Skip to content

Add libunwind (LLVM 8.0.1) - #9442

Merged
aheejin merged 2 commits into
emscripten-core:incomingfrom
aheejin:libunwind
Sep 17, 2019
Merged

Add libunwind (LLVM 8.0.1)#9442
aheejin merged 2 commits into
emscripten-core:incomingfrom
aheejin:libunwind

Conversation

@aheejin

@aheejin aheejin commented Sep 16, 2019

Copy link
Copy Markdown
Member

This adds vanilla libunwind, without any modifications. Any
modifications will come after as separate patches.

In fact we are not gonna use most of cpp implementations here - each cpp
file is an implementation for a single platform for the same API. (And
I'm planning to add one for wasm in later patches.) But I think making
our code coexist with the upstream code will make it easier to stay
up-to-date and later possibly merge in.

This adds vanilla libunwind, without any modifications. Any
modifications will come after as separate patches.

In fact we are not gonna use most of cpp implementations here - each cpp
file is an implementation for a single platform for the same API. (And
I'm planning to add one for wasm in later patches.) But I think making
our code coexist with the upstream code will make it easier to stay
up-to-date and later possibly merge in.
@aheejin
aheejin requested a review from kripken September 16, 2019 22:26
@aheejin
aheejin merged commit dbfa893 into emscripten-core:incoming Sep 17, 2019
@aheejin
aheejin deleted the libunwind branch September 17, 2019 03:17
aheejin added a commit to aheejin/emscripten that referenced this pull request Sep 19, 2019
aheejin added a commit that referenced this pull request Sep 19, 2019
belraquib pushed a commit to belraquib/emscripten that referenced this pull request Dec 23, 2020
This adds vanilla libunwind, without any modifications. Any
modifications will come after as separate patches.

In fact we are not gonna use most of cpp implementations here - each cpp
file is an implementation for a single platform for the same API. (And
I'm planning to add one for wasm in later patches.) But I think making
our code coexist with the upstream code will make it easier to stay
up-to-date and later possibly merge in.
belraquib pushed a commit to belraquib/emscripten that referenced this pull request Dec 23, 2020
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