We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab9dd2e + ffe44a2 commit 6f6832eCopy full SHA for 6f6832e
lldb/include/lldb/Core/ClangForward.h
@@ -128,7 +128,6 @@ class APInt;
128
class APSInt;
129
class LLVMContext;
130
class ExecutionEngine;
131
-class TargetOptions;
132
}
133
134
#endif // #if defined(__cplusplus)
lldb/include/lldb/Symbol/SwiftASTContext.h
@@ -27,6 +27,7 @@
27
28
#include "llvm/ADT/Optional.h"
29
#include "llvm/Support/Threading.h"
30
+#include "llvm/Target/TargetOptions.h"
31
32
#include <map>
33
#include <set>
0 commit comments