[llvm] Minimal unwinding information (DWARF CFI) checker (PR #145633)
Simon Tatham via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 26 05:04:43 PDT 2025
================
@@ -0,0 +1,43 @@
+# RUN: llvm-mc %s --validate-cfi --filetype=null
----------------
statham-arm wrote:
It looks as if this test is supposed to run without producing any warnings. Would it be a good idea to run FileCheck anyway, with a `CHECK-NOT: warning:` to make sure a warning doesn't show up by accident?
https://github.com/llvm/llvm-project/pull/145633
More information about the llvm-commits
mailing list