[PATCH] D71156: [WebAssembly] Don't crash when gnu-style pubnames are requested

Sam Clegg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 14:26:31 PST 2019


sbc100 added a comment.

I have be working on CL that does basically a superset of this to support -gsplit-dwarf.   But maybe can land this first.



================
Comment at: llvm/test/DebugInfo/WebAssembly/gnu-public-names-tu.ll:2
+; RUN: llc -mtriple=wasm32-unknown-unknown -generate-type-units -filetype=obj < %s | llvm-dwarfdump -v - | FileCheck %s
+
+; Generated from:
----------------
How does `-generate-type-units` related to clang option `-ggnu-pubnames`

Can this test case be reduced to something more minimal?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D71156/new/

https://reviews.llvm.org/D71156





More information about the llvm-commits mailing list