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:
4bc3daa
)
-help is verbose enough that we don't need this anymore
author
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 18:31:02 +0000
(18:31 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 23 Jul 2001 18:31:02 +0000
(18:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llc/README.txt
[deleted file]
patch
|
blob
|
history
diff --git
a/tools/llc/README.txt
b/tools/llc/README.txt
deleted file mode 100644
(file)
index
a87ecb0
..0000000
--- a/
tools/llc/README.txt
+++ /dev/null
@@
-1,14
+0,0 @@
-
-To run this utility:
-
-For a list of options:
- llc -h
-
-To see the generated machine instructions:
- llc -debug_select 1 <bytecode-file>
-
-I left that as a "debugging" option since it is not real code.
-Use 2 instead of 1 to dump the mapping between LLVM instructions and
-Machine instructions, and 5 to see the patterns chosen by BURG.
-These outputs aren't very clean.
-