Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change "UNSUPPORTED: windows" to be "UNSUPPORTED: system-windows" so that ↵ | Douglas Yung | 2018-02-08 | 1 | -1/+1 |
| | | | | | | | | test is actually skipped on Windows. Reviewed by Paul Robinson llvm-svn: 324632 | ||||
* | llvm-mt: Merge manifest namespaces. | Eric Beckmann | 2017-08-19 | 1 | -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 |