diff options
author | Rui Ueyama <ruiu@google.com> | 2014-01-10 10:19:47 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2014-01-10 10:19:47 +0000 |
commit | 8b14d1420902a9bd575100695c2b8f6e72da4542 (patch) | |
tree | 58794c1dab0b6b4a8dfe6a239ad416f3dc5ab37d /llvm/lib/Support/ToolOutputFile.cpp | |
parent | 4d7a97adfc320afab2c02eeb47e1cef379a20515 (diff) | |
download | llvm-8b14d1420902a9bd575100695c2b8f6e72da4542.zip llvm-8b14d1420902a9bd575100695c2b8f6e72da4542.tar.gz llvm-8b14d1420902a9bd575100695c2b8f6e72da4542.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/Support/ToolOutputFile.cpp')
0 files changed, 0 insertions, 0 deletions