@@ -227,10 +227,9 @@ class LLVM_LIBRARY_VISIBILITY MachO : public ToolChain {
227227 // Return the full path of the compiler-rt library on a non-Darwin MachO
228228 // system. Those are under
229229 // <resourcedir>/lib/darwin/macho_embedded/<...>(.dylib|.a).
230- std::string
231- getCompilerRT (const llvm::opt::ArgList &Args, StringRef Component,
232- FileType Type = ToolChain::FT_Static,
233- bool IsFortran = false ) const override ;
230+ std::string getCompilerRT (const llvm::opt::ArgList &Args, StringRef Component,
231+ FileType Type = ToolChain::FT_Static,
232+ bool IsFortran = false ) const override ;
234233
235234 // / }
236235 // / @name ToolChain Implementation
@@ -408,10 +407,9 @@ class LLVM_LIBRARY_VISIBILITY Darwin : public AppleMachO {
408407
409408 // Return the full path of the compiler-rt library on a Darwin MachO system.
410409 // Those are under <resourcedir>/lib/darwin/<...>(.dylib|.a).
411- std::string
412- getCompilerRT (const llvm::opt::ArgList &Args, StringRef Component,
413- FileType Type = ToolChain::FT_Static,
414- bool IsFortran = false ) const override ;
410+ std::string getCompilerRT (const llvm::opt::ArgList &Args, StringRef Component,
411+ FileType Type = ToolChain::FT_Static,
412+ bool IsFortran = false ) const override ;
415413
416414protected:
417415 // / }
0 commit comments