[llvm] r218371 - Unix/Host.inc: Wrap a comment line in 80-col.
NAKAMURA Takumi
geek4civic at gmail.com
Tue Sep 23 21:44:50 PDT 2014
Author: chapuni
Date: Tue Sep 23 23:44:50 2014
New Revision: 218371
URL: http://llvm.org/viewvc/llvm-project?rev=218371&view=rev
Log:
Unix/Host.inc: Wrap a comment line in 80-col.
Modified:
llvm/trunk/lib/Support/Unix/Host.inc
Modified: llvm/trunk/lib/Support/Unix/Host.inc
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Support/Unix/Host.inc?rev=218371&r1=218370&r2=218371&view=diff
==============================================================================
--- llvm/trunk/lib/Support/Unix/Host.inc (original)
+++ llvm/trunk/lib/Support/Unix/Host.inc Tue Sep 23 23:44:50 2014
@@ -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);
More information about the llvm-commits
mailing list