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.
1 parent 660ff65 commit aedea00Copy full SHA for aedea00
llvm/include/llvm/Support/Signposts.h
@@ -16,11 +16,11 @@
16
#ifndef LLVM_SUPPORT_SIGNPOSTS_H
17
#define LLVM_SUPPORT_SIGNPOSTS_H
18
19
-#include "llvm/ADT/StringRef.h"
20
#include <memory>
21
22
namespace llvm {
23
class SignpostEmitterImpl;
+class StringRef;
24
25
/// Manages the emission of signposts into the recording method supported by
26
/// the OS.
llvm/lib/Support/Signposts.cpp
@@ -7,8 +7,9 @@
7
//===----------------------------------------------------------------------===//
8
9
#include "llvm/Support/Signposts.h"
10
-
+#include "llvm/ADT/StringRef.h"
11
#include "llvm/Config/config.h"
12
+
13
#if LLVM_SUPPORT_XCODE_SIGNPOSTS
14
#include "llvm/ADT/DenseMap.h"
15
#include "llvm/Support/Mutex.h"
0 commit comments