[PATCH v7 6/6] SFrame: Add tests that uses DWARF backtracer
DJ Delorie
dj@redhat.com
Tue Jul 8 22:18:41 GMT 2025
claudiu.zissulescu-ianculescu@oracle.com writes:
> +define make‑strip‑rule
> +$(foreach pair,$(dw_unwind_pair),$(eval $(call make‑strip‑rule,$(pair))))
> +define make‑run‑rule
> +$(foreach pair,$(dw_unwind_pair),$(eval $(call make‑run‑rule,$(pair))))
These are Unicode hyphens, not ASCII dashes. Please avoid Unicode in
makefiles.
Ok with that change
Reviewed-by: DJ Delorie <dj@redhat.com>
More information about the Libc-alpha
mailing list