[clang] [llvm] [RISCV] Enabled debug entry support by default (PR #157703)

Georgiy Samoylov via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 11 07:36:20 PDT 2025


================
@@ -0,0 +1,74 @@
+;; Test RISC-V 64 bit:
+; RUN: llc -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
+; RUN: llc -force-instr-ref-livedebugvalues=1 -emit-call-site-info -stop-after=livedebugvalues -mtriple=riscv64-linux-gnu -o - %s | FileCheck %s --check-prefix=CHECK64
----------------
sga-sc wrote:

Thank you for explaining the difference. Deleted line with this parameter in both tests

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


More information about the llvm-commits mailing list