llvm-6502/tools
Dan Gohman a1bdcedc38 Add a Force option to raw_fd_ostream to specify whether opening
an existing file is considered an error. Convert several tools
to use raw_fd_ostream instead of std::ostream, and to use this
new option instead of doing a manual check.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75801 91177308-0d34-0410-b5e6-96231b3b80d8
2009-07-15 17:29:42 +00:00
..
bugpoint Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
gccas remove attributions 2007-12-29 20:46:15 +00:00
gccld remove attributions 2007-12-29 20:46:15 +00:00
gold Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
llc Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
lli Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-ar Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-as Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
llvm-bcanalyzer Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-config Teach Makefiles & CMake to link in the <TARGET>Info library when linking the 2009-07-15 07:43:34 +00:00
llvm-db Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-dis Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
llvm-extract Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
llvm-ld Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-link Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
llvm-mc Added llvm-mc support for parsing the .dump and .load directives. 2009-07-15 15:30:11 +00:00
llvm-nm Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-prof Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-ranlib Use errs() instead of std::cerr. 2009-07-15 16:35:29 +00:00
llvm-stub Comment headers should extend to 80 chars. 2008-12-31 17:40:52 +00:00
llvmc Added a fixme for platform specific GetDirSeparator(). 2009-07-13 10:58:55 +00:00
lto Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
opt Add a Force option to raw_fd_ostream to specify whether opening 2009-07-15 17:29:42 +00:00
CMakeLists.txt CMake: remove support for llvm-config-generated dependencies in the build 2009-06-23 18:30:17 +00:00
Makefile LLVMC doesn't need ENABLE_PIC to build now. 2009-07-04 03:54:54 +00:00