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:
4edd757
)
Revert "[RISCV][NFC] Remove unused header includes."
author
Adrian Kuegel
<akuegel@google.com>
Mon, 28 Mar 2022 07:48:14 +0000
(09:48 +0200)
committer
Adrian Kuegel
<akuegel@google.com>
Mon, 28 Mar 2022 07:48:14 +0000
(09:48 +0200)
This reverts commit
4edd7576dbb4917162c22e371c2464df90883bd1
.
It seems we rely on transitive header includes here.
llvm/lib/Support/RISCVVIntrinsicUtils.cpp
patch
|
blob
|
history
diff --git
a/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
b/llvm/lib/Support/RISCVVIntrinsicUtils.cpp
index fee1697f4bd8ff4365f3fc760d254ce1a241ac93..53a7baae11dbc1dc79eea4fab1a3da757731e957 100644
(file)
--- a/
llvm/lib/Support/RISCVVIntrinsicUtils.cpp
+++ b/
llvm/lib/Support/RISCVVIntrinsicUtils.cpp
@@
-13,6
+13,8
@@
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/Twine.h"
+#include "llvm/TableGen/Error.h"
+#include "llvm/TableGen/Record.h"
#include <numeric>
namespace llvm {