diff options
| author | Rafael Espindola <rafael.espindola@gmail.com> | 2016-04-13 19:07:40 +0000 |
|---|---|---|
| committer | Rafael Espindola <rafael.espindola@gmail.com> | 2016-04-13 19:07:40 +0000 |
| commit | ab14c8898469325fe1a21e1ce9378c939a11017a (patch) | |
| tree | 998582d41eee847b9929595c6f1b6e38f9ed7a27 | |
| parent | f9d3dcf0a89e8e46f25109759156fd4411409032 (diff) | |
| download | bcm5719-llvm-ab14c8898469325fe1a21e1ce9378c939a11017a.tar.gz bcm5719-llvm-ab14c8898469325fe1a21e1ce9378c939a11017a.zip | |
git-clang-format. NFC.
llvm-svn: 266231
| -rw-r--r-- | lld/ELF/Driver.cpp | 2 | ||||
| -rw-r--r-- | lld/ELF/Driver.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lld/ELF/Driver.cpp b/lld/ELF/Driver.cpp index b42c884548a..4542806c0b8 100644 --- a/lld/ELF/Driver.cpp +++ b/lld/ELF/Driver.cpp @@ -8,8 +8,8 @@ //===----------------------------------------------------------------------===// #include "Driver.h" -#include "DynamicList.h" #include "Config.h" +#include "DynamicList.h" #include "Error.h" #include "ICF.h" #include "InputFiles.h" diff --git a/lld/ELF/Driver.h b/lld/ELF/Driver.h index cd31f1c914b..6756fab97a0 100644 --- a/lld/ELF/Driver.h +++ b/lld/ELF/Driver.h @@ -12,7 +12,7 @@ #include "SymbolTable.h" #include "lld/Core/LLVM.h" -#include "llvm/ADT/Optional.h" +#include "llvm/ADT/Optional.h" #include "llvm/ADT/StringRef.h" #include "llvm/Option/ArgList.h" #include "llvm/Support/raw_ostream.h" |

