summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/help.test
Commit message (Collapse)AuthorAgeFilesLines
* llvm-mt: Merge manifest namespaces.Eric Beckmann2017-08-191-0/+4
| | | | | | | | | | | mt.exe performs a tree merge where certain element nodes are combined into one. This introduces the possibility of xml namespaces conflicting with each other. The original mt.exe has a hierarchy whereby certain namespace names can override others, and nodes that would then end up in ambigious namespaces have their namespaces explicitly defined. This namespace handles this merging process. llvm-svn: 311215
* Implement parsing and writing of a single xml manifest file.Eric Beckmann2017-07-201-4/+0
| | | | | | | | | | Summary: Implement parsing and writing of a single xml manifest file. Subscribers: mgorny, llvm-commits, hiraditya Differential Revision: https://reviews.llvm.org/D35425 llvm-svn: 308679
* Revert "Adding temporary debugging info to llvm-mt to solve fedora failure."Eric Beckmann2017-07-181-2/+0
| | | | | | This reverts commit 223ef99f839f6b056272bcf4390841fcb26dda3c. llvm-svn: 308263
* Change '?' to 'h' in llvm-mt test.Eric Beckmann2017-07-181-1/+1
| | | | | | Some shells seem to have trouble parsing non-alphanumeric symbols. llvm-svn: 308259
* Adding extra test info for llvm-mt.Eric Beckmann2017-07-181-0/+2
| | | | llvm-svn: 308252
* Create empty shell of llvm-mt.Eric Beckmann2017-07-171-0/+7
Summary: This is the first patch towards creating the llvm-mt tool for merging Windows manifests. This is a reimplementation of mt.exe. Reviewers: zturner, ruiu, rnk Subscribers: llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D35333 llvm-svn: 308224
OpenPOWER on IntegriCloud