[llvm] [SPIRV] Emitting DebugSource, DebugCompileUnit (PR #97558)

Michal Paszkowski via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 9 15:56:50 PDT 2024


================
@@ -0,0 +1,129 @@
+; RUN: llc -O0 -mtriple=spirv64-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
+
----------------
michalpaszkowski wrote:

Do we generate valid output SPIR-V in the case of this test? If so, we could have a `spirv-val` line added as well. Otherwise, you could add a `TODO: spirv-val`. We have similar lines in other LITs.

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


More information about the llvm-commits mailing list