[PATCH] D11221: Fix crash when using __attribute__((section (".bss.name"))) incorrectly
Joerg Sonnenberger
joerg at NetBSD.org
Sat Jul 18 04:08:08 PDT 2015
joerg added a subscriber: joerg.
joerg added a comment.
Why should this be in the frontend? Arguable, writing assembler with this is not wrong and if anything, the diagnostic should really be in the MC layer. I don't think precision of diagnostic is really that high a priority here, which would be the normal concern with errors from the MC layer. I don't think this is different from declaring multiple symbols of the same name etc.
Repository:
rL LLVM
http://reviews.llvm.org/D11221
More information about the cfe-commits
mailing list