mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-16 11:30:51 +00:00
f30ac8f5ec
The current implementations could exhibit some behavior differences: raw_fd_ostream: Whatever the underlying fd does with seek+write. In a normal file, the write position would be back to the old offset. raw_svector_ostream: The write position is always the end of the stream, so after pwrite the write position would be the new end. This matches what OS_X (all BSD?) do with a pwrite in a O_APPEND fd. Given that we don't need that feature and don't use O_APPEND a lot in LLVM, just disallow it. I am open to suggestions on renaming pwrite to something else, but this fixes the issue for now. Thanks to Yaron Keren for reporting it. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235303 91177308-0d34-0410-b5e6-96231b3b80d8 |
||
---|---|---|
.. | ||
ELFRelocs | ||
AIXDataTypesFix.h | ||
AlignOf.h | ||
Allocator.h | ||
ARMBuildAttributes.h | ||
ARMEHABI.h | ||
ARMWinEH.h | ||
ArrayRecycler.h | ||
Atomic.h | ||
BlockFrequency.h | ||
BranchProbability.h | ||
Capacity.h | ||
Casting.h | ||
CBindingWrapping.h | ||
circular_raw_ostream.h | ||
CodeGen.h | ||
COFF.h | ||
CommandLine.h | ||
Compiler.h | ||
Compression.h | ||
ConvertUTF.h | ||
CrashRecoveryContext.h | ||
DataExtractor.h | ||
DataStream.h | ||
DataTypes.h.cmake | ||
DataTypes.h.in | ||
Debug.h | ||
DOTGraphTraits.h | ||
Dwarf.def | ||
Dwarf.h | ||
DynamicLibrary.h | ||
ELF.h | ||
Endian.h | ||
EndianStream.h | ||
Errc.h | ||
Errno.h | ||
ErrorHandling.h | ||
ErrorOr.h | ||
FileOutputBuffer.h | ||
FileSystem.h | ||
FileUtilities.h | ||
Format.h | ||
FormattedStream.h | ||
GCOV.h | ||
GenericDomTree.h | ||
GenericDomTreeConstruction.h | ||
GraphWriter.h | ||
Host.h | ||
LEB128.h | ||
LICENSE.TXT | ||
LineIterator.h | ||
Locale.h | ||
LockFileManager.h | ||
MachO.h | ||
ManagedStatic.h | ||
MathExtras.h | ||
MD5.h | ||
Memory.h | ||
MemoryBuffer.h | ||
MemoryObject.h | ||
Mutex.h | ||
MutexGuard.h | ||
OnDiskHashTable.h | ||
Options.h | ||
OutputBuffer.h | ||
Path.h | ||
PluginLoader.h | ||
PointerLikeTypeTraits.h | ||
PrettyStackTrace.h | ||
Process.h | ||
Program.h | ||
RandomNumberGenerator.h | ||
raw_os_ostream.h | ||
raw_ostream.h | ||
Recycler.h | ||
RecyclingAllocator.h | ||
Regex.h | ||
Registry.h | ||
RegistryParser.h | ||
RWMutex.h | ||
SaveAndRestore.h | ||
ScaledNumber.h | ||
Signals.h | ||
SMLoc.h | ||
Solaris.h | ||
SourceMgr.h | ||
SpecialCaseList.h | ||
StreamingMemoryObject.h | ||
StringPool.h | ||
SwapByteOrder.h | ||
SystemUtils.h | ||
TargetRegistry.h | ||
TargetSelect.h | ||
Threading.h | ||
ThreadLocal.h | ||
Timer.h | ||
TimeValue.h | ||
ToolOutputFile.h | ||
type_traits.h | ||
Unicode.h | ||
UnicodeCharRanges.h | ||
UniqueLock.h | ||
Valgrind.h | ||
Watchdog.h | ||
Win64EH.h | ||
WindowsError.h | ||
YAMLParser.h | ||
YAMLTraits.h |