Skip to content

Commit 6f6832e

Browse files
authored
Merge pull request #118 from Teemperor/IncludeTargetOptionsNext
[upstreaming] Include TargetOptions.h in SwiftASTContext
2 parents ab9dd2e + ffe44a2 commit 6f6832e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lldb/include/lldb/Core/ClangForward.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ class APInt;
128128
class APSInt;
129129
class LLVMContext;
130130
class ExecutionEngine;
131-
class TargetOptions;
132131
}
133132

134133
#endif // #if defined(__cplusplus)

lldb/include/lldb/Symbol/SwiftASTContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727

2828
#include "llvm/ADT/Optional.h"
2929
#include "llvm/Support/Threading.h"
30+
#include "llvm/Target/TargetOptions.h"
3031

3132
#include <map>
3233
#include <set>

0 commit comments

Comments
 (0)