mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 20:46:36 +00:00

HLSL doesn't distinguish `main` from any other function. It does treat entry points special, but they're not required to be called `main` so we have a different attribute annotation to mark them. At the moment this change really just changes the mangling of functions named `main` in the Itanium mangling. Fixes #110517 --------- Co-authored-by: Farzon Lotfi <1802579+farzonl@users.noreply.github.com>