GNU as allows us to specify a macro and then expand with case
insensitive calls. Add this support to match GNU.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
I am not sure we should copy this legacy cruft from GNU as: http://lists.llvm.org/pipermail/llvm-dev/2020-February/138955.html
See http://lists.llvm.org/pipermail/llvm-dev/2020-February/138937.html for some links.
Comment Actions
This was motived by gas-compatibility reported at https://github.com/ClangBuiltLinux/linux/issues/924. However, after having offline discussion with @MaskRay and reading the shared links, I agree having such support may introduce more complexity into assembly programs. Closing the revision as I will not further purse this change.