[llvm-dev] Using '__attribute__((section("name")))' for inline assembly injection

Joerg Sonnenberger via llvm-dev llvm-dev at lists.llvm.org
Wed Oct 5 13:39:17 PDT 2016


On Wed, Oct 05, 2016 at 12:44:29PM -0500, Hal Finkel via llvm-dev wrote:
> Would it be useful for Clang to warn about section names with unusual characters?

I don't think it is common enough and you can always check the output
easily with readelf/objdump.

Joerg


More information about the llvm-dev mailing list