Skip to content
Commit 4cf5a161 authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[PECOFF] Add /dllexport option.

/DLLEXPORT is a command line option to export a symbol. __declspec(dllexport)
uses that to make the linker to export DLLExport'ed functions, by adding the
option to .drectve section.

This patch implements the parser of the command line option.

llvm-svn: 197122
parent d0d1a74a
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment