[LIT] replace output escapes wit a cdata block
authorChris Matthews <cmatthews5@apple.com>
Fri, 11 May 2018 18:38:02 +0000 (18:38 +0000)
committerChris Matthews <cmatthews5@apple.com>
Fri, 11 May 2018 18:38:02 +0000 (18:38 +0000)
commitd1386a88dd1654f79544e93b03985b8700a3dbea
tree2dccbd15594ea9021f58b84cda22ef8b609277e4
parentd10d3795f737ca8a0f602e8a442728d301e65378
[LIT] replace output escapes wit a cdata block

CDATA blocks don't need to have XML stuff escaped. Makes sense to wrap
output in them instead of escaping.

llvm-svn: 332116
llvm/utils/lit/lit/Test.py
llvm/utils/lit/tests/xunit-output.py