File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
//
8
8
// See http://swift.org/LICENSE.txt for license information
9
9
// See http://swift.org/CONTRIBUTORS.txt for the list of Swift project authors
10
- //
10
+ // t
11
11
// ===----------------------------------------------------------------------===//
12
12
13
13
#ifndef SWIFT_DRIVER_TOOLCHAINS_H
@@ -59,7 +59,7 @@ class LLVM_LIBRARY_VISIBILITY GenericUnix : public ToolChain {
59
59
// / default is to return true (and so specify an -rpath).
60
60
virtual bool shouldProvideRPathToLinker () const ;
61
61
62
- // / Whether to explicitly specify the target triple as the the linker
62
+ // / Whether to explicitly specify the target triple as the linker
63
63
// / '--target'. This is not desirable on all platforms, and subclasses may
64
64
// / override this method to return false in those cases.
65
65
virtual bool shouldSpecifyTargetTripleToLinker () const ;
You can’t perform that action at this time.
0 commit comments