diff options
author | Denis Zobnin <d.zobnin.bugzilla@gmail.com> | 2016-05-25 11:32:42 +0000 |
---|---|---|
committer | Denis Zobnin <d.zobnin.bugzilla@gmail.com> | 2016-05-25 11:32:42 +0000 |
commit | eebc4af0ed2ff21409d018d22100d30a100ab14f (patch) | |
tree | 86a51009677bfd3c0cb1a2a0c0bf4d7f14a76aea /lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py | |
parent | 1bcf9847a4fa99520da32b98495749b2a81a5bf6 (diff) | |
download | bcm5719-llvm-eebc4af0ed2ff21409d018d22100d30a100ab14f.tar.gz bcm5719-llvm-eebc4af0ed2ff21409d018d22100d30a100ab14f.zip |
[ms][dll] #26935 Defining a dllimport function should cause it to be exported
If we have some function with dllimport attribute and then we have the function
definition in the same module but without dllimport attribute we should add
dllexport attribute to this function definition.
The same should be done for variables.
Example:
struct __declspec(dllimport) C3 {
~C3();
};
C3::~C3() {;} // we should export this definition.
Patch by Andrew V. Tischenko
Differential revision: http://reviews.llvm.org/D18953
llvm-svn: 270686
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/functionalities/command_script/mysto.py')
0 files changed, 0 insertions, 0 deletions