aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorArthur Eubanks <aeubanks@google.com>2020-12-01 13:12:12 -0800
committerArthur Eubanks <aeubanks@google.com>2020-12-01 13:12:12 -0800
commit806a76c001233f2c70bf93c73fb955c64c1c080f (patch)
treefb516480e50419fd8b853395ad57c20efd670242 /clang/lib/Frontend/CompilerInvocation.cpp
parentf9eaa4650f5d5948af7050efef9d4098ff7f0ae8 (diff)
downloadllvm-806a76c001233f2c70bf93c73fb955c64c1c080f.zip
llvm-806a76c001233f2c70bf93c73fb955c64c1c080f.tar.gz
llvm-806a76c001233f2c70bf93c73fb955c64c1c080f.tar.bz2
Revert "[CMake][NewPM] Move ENABLE_EXPERIMENTAL_NEW_PASS_MANAGER into llvm/"
The new pass manager was accidentally enabled by default with this change. This reverts commit a36bd4c90dcca82be9b64f65dbd22e921b6485ef.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
-rw-r--r--clang/lib/Frontend/CompilerInvocation.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Frontend/CompilerInvocation.cpp b/clang/lib/Frontend/CompilerInvocation.cpp
index 068c860..f72e0fc 100644
--- a/clang/lib/Frontend/CompilerInvocation.cpp
+++ b/clang/lib/Frontend/CompilerInvocation.cpp
@@ -58,7 +58,6 @@
#include "llvm/ADT/StringSwitch.h"
#include "llvm/ADT/Triple.h"
#include "llvm/ADT/Twine.h"
-#include "llvm/Config/llvm-config.h"
#include "llvm/IR/DebugInfoMetadata.h"
#include "llvm/Linker/Linker.h"
#include "llvm/MC/MCTargetOptions.h"