[all-commits] [llvm/llvm-project] c9497a: [OCaml] Fix test with invalid usage of #dbg_declar...
Alan via All-commits
all-commits at lists.llvm.org
Sun Apr 6 18:27:06 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c9497a22ef9f9802401cf0cf3352dcbd4f14bcbd
https://github.com/llvm/llvm-project/commit/c9497a22ef9f9802401cf0cf3352dcbd4f14bcbd
Author: Alan <ahulambda at gmail.com>
Date: 2025-04-06 (Sun, 06 Apr 2025)
Changed paths:
M llvm/test/Bindings/OCaml/debuginfo.ml
Log Message:
-----------
[OCaml] Fix test with invalid usage of #dbg_declare (#134508)
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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list