summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support
diff options
context:
space:
mode:
authorReid Kleckner <rnk@google.com>2019-11-13 16:36:21 -0800
committerReid Kleckner <rnk@google.com>2019-11-13 16:36:21 -0800
commit5565d365f2af0f6d17f12ed1a980e6d9415a6607 (patch)
tree66d3524e2472a7980025aa06f4621be97c0df18e /llvm/lib/Support
parent05da2fe52162c80dfa18aedf70cf73cb11201811 (diff)
downloadbcm5719-llvm-5565d365f2af0f6d17f12ed1a980e6d9415a6607.tar.gz
bcm5719-llvm-5565d365f2af0f6d17f12ed1a980e6d9415a6607.zip
Revert "Forward declare Optional<T> in STLExtras.h"
This reverts commit a36f316390d4bc1bcb0e9de0f55831385ab24099. I did not intend to push this with the InitializePasses.h change.
Diffstat (limited to 'llvm/lib/Support')
-rw-r--r--llvm/lib/Support/CrashRecoveryContext.cpp1
-rw-r--r--llvm/lib/Support/DJB.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp
index 4af627e3254..a9e0fcc73b9 100644
--- a/llvm/lib/Support/CrashRecoveryContext.cpp
+++ b/llvm/lib/Support/CrashRecoveryContext.cpp
@@ -7,7 +7,6 @@
//===----------------------------------------------------------------------===//
#include "llvm/Support/CrashRecoveryContext.h"
-#include "llvm/ADT/Optional.h"
#include "llvm/Config/llvm-config.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/ManagedStatic.h"
diff --git a/llvm/lib/Support/DJB.cpp b/llvm/lib/Support/DJB.cpp
index d4f68ff8ae2..f06af7dfde4 100644
--- a/llvm/lib/Support/DJB.cpp
+++ b/llvm/lib/Support/DJB.cpp
@@ -12,7 +12,6 @@
#include "llvm/Support/DJB.h"
#include "llvm/ADT/ArrayRef.h"
-#include "llvm/ADT/Optional.h"
#include "llvm/Support/Compiler.h"
#include "llvm/Support/ConvertUTF.h"
#include "llvm/Support/Unicode.h"
OpenPOWER on IntegriCloud