[ELF] - Enable testcases that uses demangler to run under windows and escape quotes...
authorGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Sep 2016 09:59:29 +0000 (09:59 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Wed, 7 Sep 2016 09:59:29 +0000 (09:59 +0000)
commit8825a5c6ef4d095b51da218fbc10a14d1672d12e
treed53a7dad051d9196c6c5bccac29102bfc4493497
parent69c78d8db752a0433644994997bd58fc11ffda17
[ELF] - Enable testcases that uses demangler to run under windows and escape quotes around "C++".

Previously testcases were enabled only for shell.
r280733 added c++ itanium demangler to lld and we can enable them fully.

Also this change make quotes to be escaped:

extern "C++" -> extern \"C++\", which worked before just because we are dropping tokens
quotes internally at this moment.

llvm-svn: 280797
lld/test/ELF/version-script-extern-wildcards.s
lld/test/ELF/version-script-extern.s