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:
5ef4d8d
)
document this as experimental
author
Chris Lattner
<sabre@nondot.org>
Sat, 22 Oct 2005 22:00:45 +0000
(22:00 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 22 Oct 2005 22:00:45 +0000
(22:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23883
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/llc.cpp
patch
|
blob
|
history
diff --git
a/tools/llc/llc.cpp
b/tools/llc/llc.cpp
index f2bccd0197319eeae537ba76bada748ddcd85532..c6bcf8dcd66c61f2d106a0f7fd9cabd5345e6199 100644
(file)
--- a/
tools/llc/llc.cpp
+++ b/
tools/llc/llc.cpp
@@
-67,7
+67,7
@@
FileType("filetype", cl::init(TargetMachine::AssemblyFile),
clEnumValN(TargetMachine::AssemblyFile, "asm",
" Emit an assembly ('.s') file"),
clEnumValN(TargetMachine::ObjectFile, "obj",
- " Emit a native object ('.o') file"),
+ " Emit a native object ('.o') file
[experimental]
"),
clEnumValN(TargetMachine::DynamicLibrary, "dynlib",
" Emit a native dynamic library ('.so') file"),
clEnumValEnd));