[llvm] [llvm] Fix assertion error where we didn't check fixed point types. (PR #80757)
Adrian Prantl via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 09:01:18 PST 2024
================
@@ -0,0 +1,26 @@
+;; This fixes https://github.com/llvm/llvm-project/issues/81555
+;; Note this isn't correct dwarf but we just need to assert this doesn't crash.
+; RUN: %llc_dwarf %s -filetype=obj
----------------
adrian-prantl wrote:
Can you still add CHECK lines to see what the expected output is?
That will make the test more robust against future changes. Otherwise this test passes even if llc_dwarf does nothing at all.
https://github.com/llvm/llvm-project/pull/80757
More information about the llvm-commits
mailing list