aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-07-05lld, llvm-dlltool, llvm-lib: Use getAsString() instead of getSpelling() for p...Nico Weber1-1/+2
2019-06-12Share /machine: handling code with llvm-cvtres tooNico Weber1-25/+1
2019-06-11llvm-lib: Implement /machine: argumentNico Weber1-5/+32
2019-06-07llvm-lib: Disallow mixing object files with different machine typesNico Weber1-0/+85
2019-06-04[llvm-ar] Reapply Fix relative thin archive path handlingOwen Reynolds1-3/+8
2019-06-03Revert "[llvm-ar] Fix relative thin archive path handling"Dmitri Gribenko1-8/+3
2019-06-03[llvm-ar] Fix relative thin archive path handlingOwen Reynolds1-3/+8
2019-02-13[llvm-ar][libObject] Fix relative paths when nesting thin archives.Jordan Rupprecht1-0/+7
2019-02-09llvm-lib: Implement /list flagNico Weber1-0/+46
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-10[opt] Change the parameter of OptTable::PrintHelp from Name to Usage and don'...Fangrui Song1-1/+1
2018-07-14Give llvm-lib rudimentary help output.Nico Weber1-0/+6
2017-09-21Convert the archive writer to use Error.Rafael Espindola1-7/+7
2017-09-06Removes redundant `llvm::`, add comments and simplify a return type of a func...Rui Ueyama1-29/+32
2017-08-30Simplify writeArchive return type.Rui Ueyama1-6/+5
2017-08-23NFC: fix ToolDrivers syntax and typo errorsMartell Malone1-5/+5
2017-06-20[GSoC] Flag value completion for clangYuka Takahashi1-6/+4
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-5/+5
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-05-13Move lib/LibDriver -> lib/ToolDrivers/llvm-lib. NFCI.Peter Collingbourne1-0/+171