aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/ToolDrivers/llvm-lib/LibDriver.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-06-24[OptTable] Rename PrintHelp to printHelpFangrui Song1-1/+1
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan1-4/+4
2021-01-26llvm-lib: Pull error printing code out of two functionsNico Weber1-22/+22
2020-07-24[llvm-lib] Support adding short import library objects with llvm-libMartin Storsjö1-2/+4
2020-05-08[COFF] Use Expected in COFFObjectFile creationReid Kleckner1-4/+4
2020-05-01[ms] llvm-lib gives a more useful error if no inputs and no output path are p...Eric Astor1-5/+10
2020-04-30[ms] Add new option to llvm-lib: /llvmlibemptyEric Astor1-2/+3
2020-01-29[llvm] Replace SmallStr.str().str() with std::string conversion operator.Jonas Devlieghere1-1/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+1
2019-10-02[llvm-lib] Detect duplicate input filesRui Ueyama1-0/+12
2019-10-02[llvm-lib] Correctly handle .lib input filesRui Ueyama1-88/+132
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