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:
0f938a6
)
[LexicalScopesTest] Add missing IRBuilder.h include (NFC)
author
Nikita Popov
<nikita.ppv@gmail.com>
Sun, 6 Jun 2021 14:29:00 +0000
(16:29 +0200)
committer
Nikita Popov
<nikita.ppv@gmail.com>
Sun, 6 Jun 2021 14:29:50 +0000
(16:29 +0200)
This currently depends on a transitive include via TargetLowering.h.
llvm/unittests/CodeGen/LexicalScopesTest.cpp
patch
|
blob
|
history
diff --git
a/llvm/unittests/CodeGen/LexicalScopesTest.cpp
b/llvm/unittests/CodeGen/LexicalScopesTest.cpp
index 14f43bb39430d5638eb46b91e0de381f13b92f61..3a0ff39648ae0643b629c0b7766a6f21f5adb483 100644
(file)
--- a/
llvm/unittests/CodeGen/LexicalScopesTest.cpp
+++ b/
llvm/unittests/CodeGen/LexicalScopesTest.cpp
@@
-18,6
+18,7
@@
#include "llvm/CodeGen/TargetSubtargetInfo.h"
#include "llvm/IR/DIBuilder.h"
#include "llvm/IR/DebugInfoMetadata.h"
+#include "llvm/IR/IRBuilder.h"
#include "llvm/IR/ModuleSlotTracker.h"
#include "llvm/MC/MCAsmInfo.h"
#include "llvm/MC/MCSymbol.h"