[PATCH] D135114: [Dwarf] Reference the correct CU when inlining

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 4 10:57:27 PDT 2022


aprantl added inline comments.


================
Comment at: llvm/test/DebugInfo/dwarfdump-inlined.ll:2
+; REQUIRES: object-emission
+; RUN: %llc_dwarf %s -filetype=obj -o - | llvm-dwarfdump - --verify
+
----------------
Can you add CHECKs that actually verify that the dwarfdump output is as expected? RIght now this test will also succeed if llc decides to strip out the debug info entirely ;-)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135114



More information about the llvm-commits mailing list