llvm-6502/lib/Bitcode/Writer
Rafael Espindola c1b49b56d4 Add a wrapper for open.
This centralizes the handling of O_BINARY and opens the way for hiding more
differences (like how open behaves with directories).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@186447 91177308-0d34-0410-b5e6-96231b3b80d8
2013-07-16 19:44:17 +00:00
..
BitcodeWriter.cpp Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-11 16:22:38 +00:00
BitcodeWriterPass.cpp
BitWriter.cpp Add a wrapper for open. 2013-07-16 19:44:17 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile
ValueEnumerator.cpp Whitespace cleanup 2013-04-01 02:28:07 +00:00
ValueEnumerator.h Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. 2013-07-11 16:22:38 +00:00