diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-04-28 23:48:36 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-04-28 23:48:36 +0000 |
commit | 0c3984ef314d921fb93ef48d719def86a0f4bb4b (patch) | |
tree | 291c6958d0c99fef7e95ae1e66111cc23da098c3 /clang/lib/Driver/ToolChains/MipsLinux.cpp | |
parent | aec494f3c4226778057ae194d28e131d9df516d8 (diff) | |
download | bcm5719-llvm-0c3984ef314d921fb93ef48d719def86a0f4bb4b.tar.gz bcm5719-llvm-0c3984ef314d921fb93ef48d719def86a0f4bb4b.zip |
Remove unused includes of clang/Config/config.h
Found by opening config.h.cmake in vim, finding all defined macros with
/define\(01\)\? \zs[A-Za-z0-9_]*<cr>
:%s//\=setreg('A', submatch(0), 'V')/gn<cr>
:put A<cr>
and then joining them all with |, and passing that to
git grep -E that_pattern 'clang/*.h' 'clang/*.cpp' 'clang/*.c'
and diffing that output with the result of
git grep Config/config.h 'clang/*.h' 'clang/*.cpp' 'clang/*.c'
No intended behavior change.
llvm-svn: 331124
Diffstat (limited to 'clang/lib/Driver/ToolChains/MipsLinux.cpp')
-rw-r--r-- | clang/lib/Driver/ToolChains/MipsLinux.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/clang/lib/Driver/ToolChains/MipsLinux.cpp b/clang/lib/Driver/ToolChains/MipsLinux.cpp index 2f1c8b2f0c7..9f23996b764 100644 --- a/clang/lib/Driver/ToolChains/MipsLinux.cpp +++ b/clang/lib/Driver/ToolChains/MipsLinux.cpp @@ -10,7 +10,6 @@ #include "MipsLinux.h" #include "Arch/Mips.h" #include "CommonArgs.h" -#include "clang/Config/config.h" #include "clang/Driver/Driver.h" #include "clang/Driver/DriverDiagnostic.h" #include "clang/Driver/Options.h" |