Skip to content

Commit a27037b

Browse files
committed
[lldb] Forward-declare lldb-private::SaveCoreOptions
to avoid including private headers from the API headers. This fixes API tests which link against the lldb library.
1 parent 17f98ba commit a27037b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lldb/include/lldb/API/SBSaveCoreOptions.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#define LLDB_API_SBSAVECOREOPTIONS_H
1111

1212
#include "lldb/API/SBDefines.h"
13-
#include "lldb/Symbol/SaveCoreOptions.h"
1413

1514
namespace lldb {
1615

lldb/include/lldb/lldb-forward.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,7 @@ class RegisterTypeBuilder;
182182
class RegisterValue;
183183
class RegularExpression;
184184
class RichManglingContext;
185+
class SaveCoreOptions;
185186
class Scalar;
186187
class ScriptInterpreter;
187188
class ScriptInterpreterLocker;

0 commit comments

Comments
 (0)