llvm-project/lld/include
Rui Ueyama 117ef70c98 [PECOFF] Handle PRIVATE keyword in the module definition file
A symbol in a module definition file may be annotated with the
PRIVATE keyword like this.

  EXPORTS
    func PRIVATE

The PRIVATE keyword does not affect the resulting .dll file.
But it prevents the symbol to be listed in the .lib (import
library) file.

llvm-svn: 218273
2014-09-22 20:50:46 +00:00
..
lld [PECOFF] Handle PRIVATE keyword in the module definition file 2014-09-22 20:50:46 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00