[llvm] [DebugInfo] Don't emit .loc directive with all values zero (PR #109978)
Oliver Stannard via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 26 01:08:08 PDT 2024
================
@@ -0,0 +1,27 @@
+; RUN: llc -mtriple=arm-none-eabi < %s | FileCheck %s
+; RUN: llc -mtriple=arm-none-eabi < %s | llvm-mc --triple=arm-none-eabi -mcpu=cortex-m3
----------------
ostannard wrote:
It checks for the original way we discovered this problem, which was that `llc` generated assembly which was rejected by the assembly parser.
https://github.com/llvm/llvm-project/pull/109978
More information about the llvm-commits
mailing list