[clang] [DebugMetadata][DwarfDebug] Clone uniqued function-local types after metadata loading (PR #68986)

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 27 09:23:52 PDT 2023


================
@@ -0,0 +1,43 @@
+; RUN: llvm-as < %s -o %t0
+; RUN: llvm-dis %t0 -o - | FileCheck %s
+
----------------
dwblaikie wrote:

might be worth a comment describing the purpose of this test (some info from the commit message, probably)

https://github.com/llvm/llvm-project/pull/68986


More information about the cfe-commits mailing list