Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
lld
/
unittests
/
DriverTests
/
DarwinLdDriverTest.cpp
b9f7f4b
[Darwin] Use errorHandler from liblldCommon
by Brian Gesiak
· 7 years ago
c505e06
Remove \brief commands from doxygen comments.
by Fangrui Song
· 7 years ago
3f85170
Move new lld's code to Common subdirectory.
by Rui Ueyama
· 8 years ago
264b5d9
Move Object format code to lib/BinaryFormat.
by Zachary Turner
· 8 years ago
a453c0a
Merge DarwinLdDriver and Driver.
by Rui Ueyama
· 10 years ago
3b9388f
Remove DriverTest.h.
by Rui Ueyama
· 10 years ago
e7b3300
Move functionality of UniversalDriver to the entry point file.
by Rui Ueyama
· 10 years ago
3511645
Add support for export_dynamic cmdline option and behaviour.
by Pete Cooper
· 10 years ago
6e319c7
Fix DarwinLdDriverTest.cpp to pass real llvm options.
by Pete Cooper
· 10 years ago
ea6c8e9
Unittest: Do s/_context/_ctx/g.
by Rui Ueyama
· 11 years ago
2b67fca
Sort include files according to convention.
by Shankar Easwaran
· 11 years ago
635f9c7
[mach-o] Let darwin driver infer arch from .o files if -arch not used.
by Nick Kledzik
· 11 years ago
77afc71
[mach-o] Fix initial live atoms with -dead_strip
by Nick Kledzik
· 11 years ago
d30a1f2
MachO: rename _outputFileType to avoid shadowing parent field.
by Tim Northover
· 11 years ago
9024c36
Make anonymous namespace as small as possible.
by Rui Ueyama
· 12 years ago
16e543b
Add "override" and remove "virtual" where appropriate.
by Rui Ueyama
· 12 years ago
0932c00
[mach-o] Add support for -mllvm to darwin driver
by Nick Kledzik
· 12 years ago
473933b
[mach-o] switch to use llvm::MachO:: constants
by Nick Kledzik
· 12 years ago
8db1edd
Make Driver::link and LinkingContext::validate return true on success.
by Rui Ueyama
· 12 years ago
e773e32
Support darwin linker options:
by Nick Kledzik
· 12 years ago
bd25241
Drop the context forceLoadAllArchives() support. Rename the isForceLoad
by Joerg Sonnenberger
· 12 years ago
e44104b
add InputGraph functionality
by Shankar Easwaran
· 12 years ago
0ca149f
Rename TargetInfo -> LinkingContext.
by Rui Ueyama
· 12 years ago
a20a403
Check the return value from parse()
by Nick Kledzik
· 12 years ago
a121053
Add support for -all_load. Enhance DarwinLdDriverTest unit test test cases to test all options parsed so far
by Nick Kledzik
· 12 years ago
2a709ea
Fix Driver tests to check return value of parse(), simplify subclassing, and remove unneeded instance variables
by Nick Kledzik
· 12 years ago
9f56df8
[Darwin][Driver] Add unit tests.
by Rui Ueyama
· 12 years ago