summaryrefslogtreecommitdiffstats
path: root/tools/driver
diff options
context:
space:
mode:
authorVedant Kumar <vsk@apple.com>2016-08-19 23:15:35 +0000
committerVedant Kumar <vsk@apple.com>2016-08-19 23:15:35 +0000
commitd3aa353811729b890cfbf06a958f816f4cc30e7f (patch)
tree1e7f08dd65081b7a99d268931ab28e2ded146fcd /tools/driver
parent6ddd0d172363d3f15bd1718d2ce7ec6b2cc82271 (diff)
[Driver] Remove unused #include of llvm/Support/config.h
This is a follow-up to r279112 (which removed the need for the header) and in the same spirit as r279035 (which attempted to un-break out-of-tree builds). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@279348 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/driver')
-rw-r--r--tools/driver/cc1_main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/driver/cc1_main.cpp b/tools/driver/cc1_main.cpp
index fff6ffe44c..b8cea41e3e 100644
--- a/tools/driver/cc1_main.cpp
+++ b/tools/driver/cc1_main.cpp
@@ -25,7 +25,6 @@
#include "clang/Frontend/Utils.h"
#include "clang/FrontendTool/Utils.h"
#include "llvm/ADT/Statistic.h"
-#include "llvm/Config/config.h"
#include "llvm/LinkAllPasses.h"
#include "llvm/Option/ArgList.h"
#include "llvm/Option/OptTable.h"