mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-19 06:36:50 +00:00

Even though #dbg_declare can only describe pointers, one of the OCaml tests tried to add a #dbg_declare to an i32 argument. The change introduced in ecd4c08 caught this incorrect usage.