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 {
1616namespace driver {
1717namespace tools {
1818
19- // / aix -- Directly call system default assembler and linker.
19+ // / Directly call system default assembler and linker.
2020namespace aix {
2121
2222class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
Original file line number Diff line number Diff line change 1616namespace clang {
1717namespace driver {
1818namespace tools {
19- // / dragonfly -- Directly call GNU Binutils assembler and linker
19+
20+ // / Directly call GNU Binutils assembler and linker
2021namespace dragonfly {
2122class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2223public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
1717namespace driver {
1818namespace tools {
1919
20- // / freebsd -- Directly call GNU Binutils assembler and linker
20+ // / Directly call GNU Binutils assembler and linker
2121namespace freebsd {
2222class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2323public:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ namespace clang {
2020namespace driver {
2121namespace tools {
2222
23- // / MinGW -- Directly call GNU Binutils assembler and linker
23+ // / Directly call GNU Binutils assembler and linker
2424namespace MinGW {
2525class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2626public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
1717namespace driver {
1818namespace tools {
1919
20- // / netbsd -- Directly call GNU Binutils assembler and linker
20+ // / Directly call GNU Binutils assembler and linker
2121namespace netbsd {
2222class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2323public:
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ namespace clang {
1818namespace driver {
1919namespace tools {
2020
21- // / openbsd -- Directly call GNU Binutils assembler and linker
21+ // / Directly call GNU Binutils assembler and linker
2222namespace openbsd {
2323class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
2424public:
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ namespace clang {
1717namespace driver {
1818namespace tools {
1919
20- // / solaris -- Directly call Solaris assembler and linker
20+ // / Directly call Solaris assembler and linker
2121namespace solaris {
2222class LLVM_LIBRARY_VISIBILITY Assembler : public gnutools::Assembler {
2323public:
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ namespace clang {
1616namespace driver {
1717namespace tools {
1818
19- // / zos -- Directly call system default assembler and linker.
19+ // / Directly call system default assembler and linker.
2020namespace zos {
2121
2222class LLVM_LIBRARY_VISIBILITY Assembler : public Tool {
You can’t perform that action at this time.
0 commit comments