Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Oct 2013 08:22:49 +0000 (08:22 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 16 Oct 2013 08:22:49 +0000 (08:22 +0000)
commit32c24da3730e8e5ea7df3ce7aeffa257b2e7f02f
tree4c6d79cde1fda06ead191438dfbdf8ef01c5ea67
parent2369bf9ecf6f5ee1d06e44a4e9a7849060146f07
Revert r192758 (and r192759), "MC: Better handling of tricky symbol and section names"

GNU AS didn't like quotes in symbol names.

    Error: junk at end of line, first unrecognized character is `"'

        .def "@feat.00";
        "@feat.00" = 1

Reproduced on Cygwin's 2.23.52.20130309 and mingw32's 2.20.1.20100303.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192775 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCParser/AsmParser.cpp
lib/MC/MCParser/COFFAsmParser.cpp
lib/MC/MCSectionCOFF.cpp
lib/MC/MCSymbol.cpp
test/CodeGen/X86/coff-feat00.ll
test/CodeGen/X86/fastcall-correct-mangling.ll
test/CodeGen/X86/stdcall.ll
test/MC/COFF/quoted-names.ll [deleted file]