diff options
| author | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-24 04:44:50 +0000 |
|---|---|---|
| committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2014-09-24 04:44:50 +0000 |
| commit | 12abbdaeabb1ca390ef53fb5d9125c6f247da381 (patch) | |
| tree | a1f674cccf91a320c65571b414429280c1b0a305 /llvm/lib/Support/Unix | |
| parent | 3d238b47eca726c89d92d42558a174bffcc9f13f (diff) | |
| download | bcm5719-llvm-12abbdaeabb1ca390ef53fb5d9125c6f247da381.tar.gz bcm5719-llvm-12abbdaeabb1ca390ef53fb5d9125c6f247da381.zip | |
Unix/Host.inc: Wrap a comment line in 80-col.
llvm-svn: 218371
Diffstat (limited to 'llvm/lib/Support/Unix')
| -rw-r--r-- | llvm/lib/Support/Unix/Host.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Support/Unix/Host.inc b/llvm/lib/Support/Unix/Host.inc index ea81a630d69..ce21d358aab 100644 --- a/llvm/lib/Support/Unix/Host.inc +++ b/llvm/lib/Support/Unix/Host.inc @@ -39,7 +39,8 @@ std::string sys::getDefaultTargetTriple() { StringRef TargetTripleString(LLVM_DEFAULT_TARGET_TRIPLE); std::pair<StringRef, StringRef> ArchSplit = TargetTripleString.split('-'); - // Normalize the arch, since the target triple may not actually match the target. + // Normalize the arch, since the target triple may not actually match the + // target. std::string Arch = ArchSplit.first; std::string Triple(Arch); |

