llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. Use ...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Nov 2014 06:29:05 +0000 (06:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Wed, 5 Nov 2014 06:29:05 +0000 (06:29 +0000)
commit090bd82177820b7118011c3284e7874055a41e57
tree8038fab215a5eae4ba88b2fcf9bcedc414738b5e
parent4787059b2fa0180c9601df718efcd7ea57c1cfcc
llvm/test/Transforms/GCOVProfiling: Avoid to parse backslashes in MDString. Use %/T instead of %T.

LLVM Parser decodes "\bb" as hex in "C:\bb-win7\buildername\build...", with MDString.

See also, http://llvm.org/docs/LangRef.html#metadata-nodes-and-metadata-strings

This reverts r221270, "Disable 3 tests in llvm/test/Transforms/GCOVProfiling/ for now. Investigating."

FIXME: Please check EC in GCOVProfiler::emitProfileNotes().

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221334 91177308-0d34-0410-b5e6-96231b3b80d8
test/Transforms/GCOVProfiling/global-ctor.ll
test/Transforms/GCOVProfiling/linkagename.ll
test/Transforms/GCOVProfiling/version.ll