Skip to content
Commit 117ef70c authored by Rui Ueyama's avatar Rui Ueyama
Browse files

[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
parent 45f4d54c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment