[llvm] [RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (PR #79818)

Orlando Cazalet-Hyams via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 7 01:46:31 PST 2024


================
@@ -0,0 +1,18 @@
+; RUN: llvm-as -disable-output <%s 2>&1| FileCheck %s
----------------
OCHyams wrote:

nit: don't need `<`? and while you're there can you add a space between `1` and `|`?

EDIT: this is in a few of the other tests too. Were these copied and modified from existing tests? Feel free to ignore this nit

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


More information about the llvm-commits mailing list