Don't mangle \n and "
authorRafael Espindola <rafael.espindola@gmail.com>
Thu, 14 Nov 2013 06:05:49 +0000 (06:05 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Thu, 14 Nov 2013 06:05:49 +0000 (06:05 +0000)
commit732cf2d598b4c9ca47e9c32fbd2e7732d971bda6
tree84eaf12c0c6c9d689050b548eee0d9147effd5a4
parentfd57284d021d594ebbf358456d40c4f72e515cca
Don't mangle \n and "

There is nothing special about quotes and newlines from the object
file point of view, only the assembler has to worry about expanding
the \n and \".

This patch then removes the special handling from the Mangler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194667 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCSymbol.cpp
lib/Target/Mangler.cpp
test/CodeGen/X86/newline-and-quote.ll [new file with mode: 0644]