llvm-project/llvm/lib/ToolDrivers/llvm-lib
Nico Weber 1dc2123d64 Share /machine: handling code with llvm-cvtres too
r363016 let lld-link and llvm-lib share the /machine: parsing code.
This lets llvm-cvtres share it as well.

Making llvm-cvtres depend on llvm-lib seemed a bit strange (it doesn't
need llvm-lib's dependencies on BinaryFormat and BitReader) and I
couldn't find a good place to put this code. Since it's just a few
lines, put it in lib/Object for now.

Differential Revision: https://reviews.llvm.org/D63120

llvm-svn: 363144
2019-06-12 11:32:43 +00:00
..
CMakeLists.txt llvm-lib: Disallow mixing object files with different machine types 2019-06-07 13:24:34 +00:00
LLVMBuild.txt llvm-lib: Disallow mixing object files with different machine types 2019-06-07 13:24:34 +00:00
LibDriver.cpp Share /machine: handling code with llvm-cvtres too 2019-06-12 11:32:43 +00:00
Options.td llvm-lib: Implement /machine: argument 2019-06-11 01:13:41 +00:00