summaryrefslogtreecommitdiffstats
path: root/lld/unittests/DriverTests/DarwinLdDriverTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Darwin] Use errorHandler from liblldCommonBrian Gesiak2018-06-121-5/+2
* Remove \brief commands from doxygen comments.Fangrui Song2018-05-151-1/+1
* Move new lld's code to Common subdirectory.Rui Ueyama2017-10-021-1/+1
* Move Object format code to lib/BinaryFormat.Zachary Turner2017-06-071-1/+1
* Merge DarwinLdDriver and Driver.Rui Ueyama2016-03-021-1/+8
* Remove DriverTest.h.Rui Ueyama2016-02-281-63/+67
* Move functionality of UniversalDriver to the entry point file.Rui Ueyama2016-02-281-9/+0
* Add support for export_dynamic cmdline option and behaviour.Pete Cooper2016-01-221-0/+25
* Fix DarwinLdDriverTest.cpp to pass real llvm options.Pete Cooper2015-12-161-3/+3
* Unittest: Do s/_context/_ctx/g.Rui Ueyama2015-02-101-51/+51
* Sort include files according to convention.Shankar Easwaran2014-10-181-3/+1
* [mach-o] Let darwin driver infer arch from .o files if -arch not used.Nick Kledzik2014-09-041-30/+40
* [mach-o] Fix initial live atoms with -dead_stripNick Kledzik2014-08-211-3/+4
* MachO: rename _outputFileType to avoid shadowing parent field.Tim Northover2014-06-201-5/+5
* Make anonymous namespace as small as possible.Rui Ueyama2014-03-271-4/+1
* Add "override" and remove "virtual" where appropriate.Rui Ueyama2014-03-061-1/+1
* [mach-o] Add support for -mllvm to darwin driverNick Kledzik2013-09-281-0/+9
* [mach-o] switch to use llvm::MachO:: constantsNick Kledzik2013-09-271-16/+17
* Make Driver::link and LinkingContext::validate return true on success.Rui Ueyama2013-09-241-35/+35
* Support darwin linker options: Nick Kledzik2013-09-101-0/+52
* Drop the context forceLoadAllArchives() support. Rename the isForceLoadJoerg Sonnenberger2013-09-081-10/+0
* add InputGraph functionalityShankar Easwaran2013-08-211-1/+1
* Rename TargetInfo -> LinkingContext.Rui Ueyama2013-08-061-55/+52
* Check the return value from parse()Nick Kledzik2013-07-181-15/+15
* Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to...Nick Kledzik2013-07-181-0/+99
* Fix Driver tests to check return value of parse(), simplify subclassing, and ...Nick Kledzik2013-07-161-29/+26
* [Darwin][Driver] Add unit tests.Rui Ueyama2013-06-111-0/+89
OpenPOWER on IntegriCloud