llvm-project/lld/lib
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
..
Core Partially roll back r217324. 2014-09-08 18:01:42 +00:00
Driver [PECOFF] Handle PRIVATE keyword in the module definition file 2014-09-22 20:50:46 +00:00
Passes Fixes wrong Twine uses in FileNode::errStr() and in LayoutPass.cpp 2014-09-18 23:21:39 +00:00
ReaderWriter [PECOFF] Handle PRIVATE keyword in the module definition file 2014-09-22 20:50:46 +00:00
CMakeLists.txt Add the core architecture for the lld driver. 2012-12-08 00:47:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00