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

MissingCompilationDirectory error #4

Closed
kripken opened this issue Nov 22, 2019 · 4 comments
Closed

MissingCompilationDirectory error #4

kripken opened this issue Nov 22, 2019 · 4 comments

Comments

@kripken
Copy link

kripken commented Nov 22, 2019

I think this happened after I updated LLVM, but I updated a few other things too so I'm not sure. STR:

$ wdwarf-cp emcc-6-pre-byn.wasm -o final.wasm -m emcc-9-output_map.map -w emcc-8-wasm-opt.wasm 
thread 'main' panicked at 'new dwarf: MissingCompilationDirectory', src/libcore/result.rs:1165:5

emscripten_temp.zip

@kripken
Copy link
Author

kripken commented Nov 22, 2019

Oh, this seems to happen when building with -gline-tables-only. So maybe that isn't a supported mode with wtmaps-utils?

@yurydelendik
Copy link
Owner

this seems to happen when building with -gline-tables-only

I'll check this anyway, just to see what's going on

@yurydelendik
Copy link
Owner

Looks like it was fixed by gimli-rs/gimli#430 -- updating to new gimli with fix the issue.

@yurydelendik
Copy link
Owner

Fixed by 011e955

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

No branches or pull requests

2 participants