[llvm] [llvm] Fix assertion error where we didn't check fixed point types. (PR #80757)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 14 15:19:23 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.
----------------
PiJoules wrote:
Updated. Assuming I'm using the verify correctly, it looks like this dwarf actually is valid.
https://github.com/llvm/llvm-project/pull/80757
More information about the llvm-commits
mailing list