projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3ce8aa
)
Fix whitespace.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 1 Nov 2009 22:07:54 +0000
(22:07 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 1 Nov 2009 22:07:54 +0000
(22:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85747
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-mc/llvm-mc.cpp
patch
|
blob
|
history
diff --git
a/tools/llvm-mc/llvm-mc.cpp
b/tools/llvm-mc/llvm-mc.cpp
index 329efe92329fbd00f68d46c8ccf38306ea0fd772..c4b5596d1cbfe6cfdb4faac4cc16109369e1015f 100644
(file)
--- a/
tools/llvm-mc/llvm-mc.cpp
+++ b/
tools/llvm-mc/llvm-mc.cpp
@@
-70,8
+70,8
@@
IncludeDirs("I", cl::desc("Directory of include files"),
cl::value_desc("directory"), cl::Prefix);
static cl::opt<std::string>
-TripleName("triple", cl::desc("Target triple to assemble for,"
- "see -version for available targets"),
+TripleName("triple", cl::desc("Target triple to assemble for,
"
+
"see -version for available targets"),
cl::init(LLVM_HOSTTRIPLE));
enum ActionType {