Unverified Commit 5942868a authored by Mészáros Gergely's avatar Mészáros Gergely Committed by GitHub
Browse files

[clang][AMDGPU][CUDA] Handle __builtin_printf for device printf (#68515)

Previously `__builtin_printf` would result to emitting call to `printf`,
even though directly calling `printf` was translated.

Ref: #68478
parent ee06678a
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment