diff options
author | Reid Kleckner <rnk@google.com> | 2019-11-13 16:36:21 -0800 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2019-11-13 16:36:21 -0800 |
commit | 5565d365f2af0f6d17f12ed1a980e6d9415a6607 (patch) | |
tree | 66d3524e2472a7980025aa06f4621be97c0df18e /llvm/lib/Support/CrashRecoveryContext.cpp | |
parent | 05da2fe52162c80dfa18aedf70cf73cb11201811 (diff) | |
download | bcm5719-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/CrashRecoveryContext.cpp')
-rw-r--r-- | llvm/lib/Support/CrashRecoveryContext.cpp | 1 |
1 files changed, 0 insertions, 1 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" |