forked from OSchip/llvm-project
Apply LLDB_API modifier to SBPlatform and SBPlatformShellCommand.
llvm-svn: 237084
This commit is contained in:
parent
d8c54724a8
commit
5e30f0e02d
|
@ -59,7 +59,7 @@ namespace lldb {
|
|||
PlatformConnectOptions *m_opaque_ptr;
|
||||
};
|
||||
|
||||
class SBPlatformShellCommand
|
||||
class LLDB_API SBPlatformShellCommand
|
||||
{
|
||||
public:
|
||||
SBPlatformShellCommand (const char *shell_command);
|
||||
|
@ -104,7 +104,7 @@ namespace lldb {
|
|||
PlatformShellCommand *m_opaque_ptr;
|
||||
};
|
||||
|
||||
class SBPlatform
|
||||
class LLDB_API SBPlatform
|
||||
{
|
||||
public:
|
||||
|
||||
|
|
Loading…
Reference in New Issue