mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
Unix/Host.inc: Wrap a comment line in 80-col.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218371 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c44f94d681
commit
4921f68311
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user