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 1b12e92 commit fa7145dCopy full SHA for fa7145d
llvm/include/llvm-c/Core.h
@@ -16,7 +16,9 @@
16
#define LLVM_C_CORE_H
17
18
#include "llvm-c/Deprecated.h"
19
+#include "llvm-c/ErrorHandling.h"
20
#include "llvm-c/ExternC.h"
21
+
22
#include "llvm-c/Types.h"
23
24
LLVM_C_EXTERN_C_BEGIN
llvm/lib/IR/LegacyPassManager.cpp
@@ -28,6 +28,11 @@
28
#include "llvm/Support/Timer.h"
29
#include "llvm/Support/raw_ostream.h"
30
#include <algorithm>
31
32
+#ifdef EXPENSIVE_CHECKS
33
+#include "llvm/IR/StructuralHash.h"
34
+#endif
35
36
using namespace llvm;
37
38
// See PassManagers.h for Pass Manager infrastructure overview.
0 commit comments