Julia started emitting these after upgrading to LLVM8, causing crashes
in LLVM when targetting WebAssembly. I'm not entirely convinced that
these sections are useful for WebAssembly since the wasm debugging
story isn't entirely fleshed out yet, but at least we shouldn't crash
here while we figure out the right answer.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 42049 Build 42413: arc lint + arc unit
Event Timeline
Comment Actions
I have be working on CL that does basically a superset of this to support -gsplit-dwarf. But maybe can land this first.
llvm/test/DebugInfo/WebAssembly/gnu-public-names-tu.ll | ||
---|---|---|
2 | How does -generate-type-units related to clang option -ggnu-pubnames Can this test case be reduced to something more minimal? |
How does -generate-type-units related to clang option -ggnu-pubnames
Can this test case be reduced to something more minimal?