summaryrefslogtreecommitdiffstats
path: root/lld/ELF/LTO.cpp
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-10-20 08:36:42 +0000
commita4c7e74d4b54855d2195fcf07e178eee5cb7cc1e (patch)
tree2eafce5ff4cc692d28b96c0ff738f60ea6b10243 /lld/ELF/LTO.cpp
parent8010b631d5888ba8e2351d14f41fac08c7539117 (diff)
downloadbcm5719-llvm-a4c7e74d4b54855d2195fcf07e178eee5cb7cc1e.tar.gz
bcm5719-llvm-a4c7e74d4b54855d2195fcf07e178eee5cb7cc1e.zip
[ELF] - Applied clang format. NFC.
llvm-svn: 284705
Diffstat (limited to 'lld/ELF/LTO.cpp')
-rw-r--r--lld/ELF/LTO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/ELF/LTO.cpp b/lld/ELF/LTO.cpp
index 9ddf223d0d5..f819a04bbe1 100644
--- a/lld/ELF/LTO.cpp
+++ b/lld/ELF/LTO.cpp
@@ -65,7 +65,7 @@ static std::unique_ptr<lto::LTO> createLTO() {
if (Config->SaveTemps)
checkError(Conf.addSaveTemps(std::string(Config->OutputFile) + ".",
- /*UseInputModulePath*/ true));
+ /*UseInputModulePath*/ true));
lto::ThinBackend Backend;
if (Config->ThinLtoJobs != -1u)
OpenPOWER on IntegriCloud