
On ARM64EC, function names and calls (but not address-taking or data symbol references) use symbols prefixed with "#". Since it's an unique behavior, introduce a new `FUNC_SYMBOL` macro instead of reusing something like `SYMBOL_NAME`, which is also used for data symbols. Based on patch by Billy Laws.
Compiler-RT ================================ This directory and its subdirectories contain source code for the compiler support routines. Compiler-RT is open source software. You may freely distribute it under the terms of the license agreement found in LICENSE.txt. ================================