llvm-6502/lib/Support
Dan Gohman baa26395cc 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.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@79990 91177308-0d34-0410-b5e6-96231b3b80d8
2009-08-25 15:34:52 +00:00
..
Allocator.cpp
APFloat.cpp
APInt.cpp remove the dead std::ostream APInt inserter 2009-08-23 23:11:28 +00:00
APSInt.cpp
CMakeLists.txt CMake: updated list of source files. 2009-08-25 00:02:29 +00:00
CommandLine.cpp clean up #includes. 2009-08-23 18:09:02 +00:00
ConstantRange.cpp
Debug.cpp
Dwarf.cpp
ErrorHandling.cpp
FileUtilities.cpp
FoldingSet.cpp
FormattedStream.cpp
GraphWriter.cpp Unbreak the build for HAVE_GV platforms. 2009-08-24 03:23:12 +00:00
IsInf.cpp
IsNAN.cpp
Makefile
ManagedStatic.cpp
MemoryBuffer.cpp
PluginLoader.cpp
PrettyStackTrace.cpp
raw_os_ostream.cpp split raw_os_ostream out to its own header and implementation file. This 2009-08-24 04:02:06 +00:00
raw_ostream.cpp Make LLVM command-line tools overwrite their output files without -f. 2009-08-25 15:34:52 +00:00
SlowOperationInformer.cpp
SmallPtrSet.cpp
SourceMgr.cpp
Statistic.cpp
StringExtras.cpp
StringMap.cpp
StringPool.cpp
SystemUtils.cpp Prune #includes from llvm/Linker.h and llvm/System/Path.h, 2009-08-23 22:45:37 +00:00
TargetRegistry.cpp
Timer.cpp
Triple.cpp Add llvm::Triple::getArchTypePrefix for getting the intrinsic prefix for an 2009-08-24 09:53:06 +00:00
Twine.cpp