Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dwarf_extractor.cpp: enable limited support for C++ #3540

Merged
merged 1 commit into from
Jun 18, 2024

Conversation

yamt
Copy link
Collaborator

@yamt yamt commented Jun 18, 2024

While band-aid fixes like this is not plausible IMO, some people prefer to have some debug info even if it's partial/limited/broken. this commit partially (re)enables C++ processing. on the other hand, do not bother to process variables because it's known incompatible with C++.

While band-aid fixes like this is not plausible IMO,
some people prefer to have some debug info even if it's
partial/limited/broken. this commit partially (re)enables
C++ processing. on the other hand, do not bother to process
variables because it's known incompatible with C++.
@TianlongLiang
Copy link
Contributor

LGTM

@wenyongh wenyongh merged commit 72f74b7 into bytecodealliance:main Jun 18, 2024
378 checks passed
WenLY1 pushed a commit to WenLY1/wasm-micro-runtime that referenced this pull request Jun 26, 2024
…#3540)

While band-aid fixes like this is not plausible IMO,
some people prefer to have some debug info even if it's
partial/limited/broken. This commit partially (re)enables
C++ processing. On the other hand, do not bother to process
variables because it's known incompatible with C++.
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.

3 participants