summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-mt/big_merge.test
Commit message (Collapse)AuthorAgeFilesLines
* Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that ↵Douglas Yung2018-02-081-1/+1
| | | | | | | | test is actually skipped on Windows. Reviewed by Paul Robinson llvm-svn: 324632
* llvm-mt: Merge manifest namespaces.Eric Beckmann2017-08-191-0/+39
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
OpenPOWER on IntegriCloud