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

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


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

If we are not checking multiple llc runs (e.g. with different arguments) then we don't have to use the `--check-prefix=CHECK-SPIRV` flag at all. You can just use `CHECK` or `CHECK-DAG` commands.

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


More information about the llvm-commits mailing list