hanchenye-llvm-project/llvm/tools
Dan Gohman 61a8796ddb Make LLVM command-line tools overwrite their output files without -f.
This is conventional command-line tool behavior. -f now just means
"enable binary output on terminals".

Add a -f option to llvm-extract and llvm-link, for consistency.

Remove F_Force from raw_fd_ostream and enable overwriting and
truncating by default. Introduce an F_Excl flag to permit users to
enable a failure when the file already exists. This flag is
currently unused.

Update Makefiles and documentation accordingly.

llvm-svn: 79990
2009-08-25 15:34:52 +00:00
..
bugpoint Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
gccas
gccld
gold Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llc Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
lli Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
llvm-ar remove the last *stream> #include from a public header. 2009-08-24 04:14:03 +00:00
llvm-as Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-bcanalyzer Fix the build when using gcc-4.4 on linux. Header needed 2009-08-24 10:59:01 +00:00
llvm-config CMake: Automatic regeneration of the library dependencies file. 2009-08-14 16:59:41 +00:00
llvm-db Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
llvm-dis Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-extract Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-ld Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-link Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-mc Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
llvm-nm Add plumbing for the `linker_private' linkage type. This type is meant for 2009-07-20 01:03:30 +00:00
llvm-prof remove the std::ostream version of module and type printing. 2009-08-23 04:52:46 +00:00
llvm-ranlib To simplify the upcoming context-on-type change, switch all command line tools to using the default global context for now. 2009-07-15 22:16:10 +00:00
llvm-stub Silence MSVC warning. 2009-08-11 11:01:19 +00:00
llvmc This void is implicit in C++. 2009-08-12 22:10:57 +00:00
lto Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
opt Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
CMakeLists.txt CMake: Discriminate MINGW, MSYS, CYGWIN: does not try to build llvm-config under mingw without msys. 2009-08-16 20:50:41 +00:00
Makefile The attached patches attempt to fix cross builds. For example, if you 2009-08-18 00:40:33 +00:00