[llvm] [LLVM][DWARF] Add support for monolithic types in .debug_names (PR #70515)
David Blaikie via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 1 17:06:27 PDT 2023
================
@@ -0,0 +1,57 @@
+; This checks that .debug_names is not generated with split-dwarf + -fdebug-type-sections.
----------------
dwblaikie wrote:
could you check this with the same/previous test, just with extra RUN lines? Rather than having a whole separate test file/IR file?
https://github.com/llvm/llvm-project/pull/70515
More information about the llvm-commits
mailing list