summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide/llvm-extract.pod
Commit message (Collapse)AuthorAgeFilesLines
* Refer to -help instead of --help since this is what tools themselves say.Duncan Sands2010-02-181-1/+1
| | | | | | | | Also, have tools output -help-hidden rather than refer to --help-hidden, for consistency, and likewise adjust documentation. This doesn't change every mention of --help, only those which seemed clearly safe. llvm-svn: 96578
* Add support to llvm-extract for extracting multiple functions and/orDan Gohman2010-02-101-1/+7
| | | | | | multiple global variables at a time. llvm-svn: 95825
* Fix llvm-extract's "writing bitcode to a terminal" warning, which wasn'tDan Gohman2009-09-111-0/+4
| | | | | | | | | | | | | | | working. To support this, add an is_displayed() function to raw_ostream, and generalize Process::StandardOutIsDisplayed and friends in order to support it. Also, call RemoveFileOnSignal before creating a file instead of after, so that the file isn't left behind if the program is interrupted between when the file is created and RemoveFileOnSignal is called. While here, add a -S to llvm-extract and port it to IRReader so that it supports assembly input. llvm-svn: 81568
* Update documentation for the -f change.Dan Gohman2009-08-251-3/+3
| | | | llvm-svn: 79996
* eliminated all references to 'bytecode' from .pod filesGabor Greif2007-07-091-4/+4
| | | | llvm-svn: 38452
* Change docs for llvm.cs.uiuc.edu -> llvm.orgReid Spencer2006-03-141-1/+1
| | | | llvm-svn: 26747
* this detail is not needed hereChris Lattner2005-05-131-9/+0
| | | | llvm-svn: 21966
* extract has been renamed to llvm-extract to avoid conflicting with another toolMisha Brukman2005-04-241-0/+72
llvm-svn: 21501
OpenPOWER on IntegriCloud