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:
ed1f168
)
Line this up as well.
author
Nick Lewycky
<nicholas@mxc.ca>
Sun, 1 Nov 2009 22:08:51 +0000
(22:08 +0000)
committer
Nick Lewycky
<nicholas@mxc.ca>
Sun, 1 Nov 2009 22:08:51 +0000
(22:08 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85748
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 c4b5596d1cbfe6cfdb4faac4cc16109369e1015f..76552b850ecb529207eb0e990aa6ef83033b6646 100644
(file)
--- a/
tools/llvm-mc/llvm-mc.cpp
+++ b/
tools/llvm-mc/llvm-mc.cpp
@@
-72,7
+72,7
@@
IncludeDirs("I", cl::desc("Directory of include files"),
static cl::opt<std::string>
TripleName("triple", cl::desc("Target triple to assemble for, "
"see -version for available targets"),
- cl::init(LLVM_HOSTTRIPLE));
+
cl::init(LLVM_HOSTTRIPLE));
enum ActionType {
AC_AsLex,