File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed
clang/lib/Driver/ToolChains Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace clang {
16
16
namespace driver {
17
17
namespace tools {
18
18
19
- // / aix -- Directly call system default assembler and linker.
19
+ // / Directly call system default assembler and linker.
20
20
namespace aix {
21
21
22
22
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
Original file line number Diff line number Diff line change 16
16
namespace clang {
17
17
namespace driver {
18
18
namespace tools {
19
- // / dragonfly -- Directly call GNU Binutils assembler and linker
19
+
20
+ // / Directly call GNU Binutils assembler and linker
20
21
namespace dragonfly {
21
22
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
22
23
public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
17
17
namespace driver {
18
18
namespace tools {
19
19
20
- // / freebsd -- Directly call GNU Binutils assembler and linker
20
+ // / Directly call GNU Binutils assembler and linker
21
21
namespace freebsd {
22
22
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
23
23
public:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace clang {
20
20
namespace driver {
21
21
namespace tools {
22
22
23
- // / MinGW -- Directly call GNU Binutils assembler and linker
23
+ // / Directly call GNU Binutils assembler and linker
24
24
namespace MinGW {
25
25
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
26
26
public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
17
17
namespace driver {
18
18
namespace tools {
19
19
20
- // / netbsd -- Directly call GNU Binutils assembler and linker
20
+ // / Directly call GNU Binutils assembler and linker
21
21
namespace netbsd {
22
22
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
23
23
public:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace clang {
18
18
namespace driver {
19
19
namespace tools {
20
20
21
- // / openbsd -- Directly call GNU Binutils assembler and linker
21
+ // / Directly call GNU Binutils assembler and linker
22
22
namespace openbsd {
23
23
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
24
24
public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
17
17
namespace driver {
18
18
namespace tools {
19
19
20
- // / solaris -- Directly call Solaris assembler and linker
20
+ // / Directly call Solaris assembler and linker
21
21
namespace solaris {
22
22
class LLVM_LIBRARY_VISIBILITY Assembler : public gnutools::Assembler {
23
23
public:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace clang {
16
16
namespace driver {
17
17
namespace tools {
18
18
19
- // / zos -- Directly call system default assembler and linker.
19
+ // / Directly call system default assembler and linker.
20
20
namespace zos {
21
21
22
22
class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
You can’t perform that action at this time.
0 commit comments