Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move manifest utils into separate lib, to reduce libxml2 deps. | Eric Beckmann | 2017-07-26 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Summary: Previously were in support. Since many many things depend on support, were all forced to also depend on libxml2, which we only want in a few cases. This puts all the libxml2 deps in a separate lib to be used only in a few places. Reviewers: ruiu, thakis, rnk Subscribers: mgorny, hiraditya, llvm-commits Differential Revision: https://reviews.llvm.org/D35819 llvm-svn: 309070 | ||||
* | Create empty shell of llvm-mt. | Eric Beckmann | 2017-07-17 | 1 | -0/+13 |
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 |