llvm-project/lld/test
Rafael Espindola 8b250344e9 Add a special case for trivial alignment.
Normally to find the offset of a value in a section, we have to
compute the value since the alignment is defined on the final address.

If the alignment is trivial, we can skip the value computation. This
allows us to know the offset even in cases where we cannot yet know
the value.

llvm-svn: 313777
2017-09-20 17:43:44 +00:00
..
COFF [COFF] Check for sections larger than 4 GiB 2017-09-19 23:58:05 +00:00
Driver/Inputs Remove the old ELF linker. 2016-02-28 00:10:58 +00:00
ELF Add a special case for trivial alignment. 2017-09-20 17:43:44 +00:00
MinGW Add tests for -out-implib. 2017-09-14 19:45:22 +00:00
Unit Resubmit "[lit] Force site configs to run before source-tree configs" 2017-09-15 22:10:46 +00:00
darwin Add the GC commandline options and throw errors if they are used 2016-01-15 17:39:02 +00:00
mach-o [MACH-O] Fix the ASM code generated for __stub_helpers section 2017-08-24 23:51:40 +00:00
CMakeLists.txt Add a missing tool dependency. 2017-07-20 22:39:31 +00:00
lit.cfg [lit] Update clang and lld to use new config helpers. 2017-09-18 22:26:48 +00:00
lit.site.cfg.in [lit] Update clang and lld to use new config helpers. 2017-09-18 22:26:48 +00:00