[clang] [llvm] Reland "[DebugMetadata][DwarfDebug] Support function-local types in lexical block scopes (4/7)" (PR #165032)
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 15 10:04:43 PST 2025
================
@@ -0,0 +1,37 @@
+; RUN: llvm-link %s %s -S -o %t
+; RUN: opt --passes=verify %t -o /dev/null
+; RUN: FileCheck --input-file=%t %s --implicit-check-not=DICompositeType
----------------
jmorse wrote:
nit: the textual IR is going to pass through the LLParser for a second time when "opt" runs and parses it, thus it isn't directly testing the output of llvm-link. Doesn't llvm-link run the verifier pass anyway?
https://github.com/llvm/llvm-project/pull/165032
More information about the llvm-commits
mailing list