OSDN Git Service

Implement parsing and writing of a single xml manifest file.
authorEric Beckmann <ecbeckmann@google.com>
Thu, 20 Jul 2017 21:42:04 +0000 (21:42 +0000)
committerEric Beckmann <ecbeckmann@google.com>
Thu, 20 Jul 2017 21:42:04 +0000 (21:42 +0000)
commitc1527448edefc4fe937efe430a8eb17bb7ea726c
tree5824831fac30a4ff86fdc9f36c66d3c5c32649d3
parent1ef19969090ee640cd907ce2d20946ac07deedcd
Implement parsing and writing of a single xml manifest file.

Summary: Implement parsing and writing of a single xml manifest file.

Subscribers: mgorny, llvm-commits, hiraditya

Differential Revision: https://reviews.llvm.org/D35425

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308679 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
CMakeLists.txt
cmake/config-ix.cmake
include/llvm/Config/config.h.cmake
include/llvm/Support/WindowsManifestMerger.h [new file with mode: 0644]
lib/Support/CMakeLists.txt
lib/Support/WindowsManifestMerger.cpp [new file with mode: 0644]
test/CMakeLists.txt
test/lit.cfg
test/lit.site.cfg.in
test/tools/llvm-mt/Inputs/bad.manifest [new file with mode: 0644]
test/tools/llvm-mt/Inputs/test_manifest.manifest [new file with mode: 0644]
test/tools/llvm-mt/help.test
test/tools/llvm-mt/single_file.test [new file with mode: 0644]
test/tools/llvm-mt/xml_error.test [new file with mode: 0644]
tools/LLVMBuild.txt
tools/llvm-mt/llvm-mt.cpp