Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | llvm-lib: Implement /machine: argument | Nico Weber | 2019-06-11 | 1 | -3/+10 |
| | | | | | | | | | | And share some code with lld-link. While here, also add a FIXME about PR42180 and merge r360150 to llvm-lib. Differential Revision: https://reviews.llvm.org/D63021 llvm-svn: 363016 | ||||
* | Make test not write to source directory | Nico Weber | 2019-06-10 | 1 | -2/+2 |
| | | | | llvm-svn: 362916 | ||||
* | llvm-lib: Disallow mixing object files with different machine types | Nico Weber | 2019-06-07 | 1 | -0/+38 |
lib.exe doesn't allow creating .lib files with object files that have differing machine types. Update llvm-lib to match. The motivation is to make it possible to infer the machine type of a .lib file in lld, so that it can warn when e.g. a 32-bit .lib file is passed to a 64-bit link (PR38965). Fixes PR38782. Differential Revision: https://reviews.llvm.org/D62913 llvm-svn: 362798 |