projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adfe58b
)
Add missing include under EXPENSIVE_CHECKS
author
serge-sans-paille
<sguelton@redhat.com>
Sat, 12 Mar 2022 17:53:53 +0000
(18:53 +0100)
committer
serge-sans-paille
<sguelton@redhat.com>
Sat, 12 Mar 2022 17:54:29 +0000
(18:54 +0100)
llvm/lib/Analysis/LazyCallGraph.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Analysis/LazyCallGraph.cpp
b/llvm/lib/Analysis/LazyCallGraph.cpp
index
88ea53c
..
20a905e
100644
(file)
--- a/
llvm/lib/Analysis/LazyCallGraph.cpp
+++ b/
llvm/lib/Analysis/LazyCallGraph.cpp
@@
-34,6
+34,10
@@
#include <tuple>
#include <utility>
+#ifdef EXPENSIVE_CHECKS
+#include "llvm/ADT/ScopeExit.h"
+#endif
+
using namespace llvm;
#define DEBUG_TYPE "lcg"