hanchenye-llvm-project/lld/test
Rui Ueyama 8b14d14209 [PECOFF] Support module-definition file.
Module-definition (.def) files are the file containing linker directives,
such as export symbols. Because link.exe supports the same features as command
line options, just as some Linker Script commands overlaps with command line
options, use of module-definition file is not really necessary. It provides
an alternative way to specify some linker options.

This patch implements EXPORTS directive. Other directives will be implemented
in the future.

llvm-svn: 198925
2014-01-10 10:19:47 +00:00
..
Driver Add missing triples so that these tests pass on 32 bit arch. 2014-01-09 00:07:20 +00:00
Unit [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00
core REQUIRES: debug doesn't actually do anything! 2013-12-20 22:01:26 +00:00
darwin [lld] Introduce registry and Reference kind tuple 2013-12-19 21:58:00 +00:00
elf Add missing triples so that these tests pass on 32 bit arch. 2014-01-09 00:07:20 +00:00
pecoff [PECOFF] Support module-definition file. 2014-01-10 10:19:47 +00:00
CMakeLists.txt Add llc to check-lld deps. We use the command in lit.cfg. 2013-09-02 23:26:00 +00:00
linker-script.test [lld][ELF] Add parser for linker script ENTRY command 2013-06-03 18:05:21 +00:00
lit.cfg [PECOFF] Add a test for r197803. 2014-01-09 01:11:48 +00:00
lit.site.cfg.in [tests] Update to use lit_config and lit package, as appropriate. 2013-08-09 18:51:17 +00:00