Chandler Carruth
|
4ffd89fa4d
Sort the #include lines for utils/...
|
12 年之前 |
Michael J. Spencer
|
3ff9563c3e
MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> via an out parm.
|
14 年之前 |
Michael J. Spencer
|
7a8aab3997
Missed FileUpdate because CMake doesn't build it yet :(.
|
14 年之前 |
Michael J. Spencer
|
5fae2f1dbb
Missed another one.
|
14 年之前 |
Dan Gohman
|
e4f1a9b8a2
Move tool_output_file into its own file.
|
15 年之前 |
Dan Gohman
|
d4c454317a
Make tool_output_file's raw_ostream instance a member variable instead
|
15 年之前 |
Dan Gohman
|
e7b67d0e94
Diagnose attempts to update standard output.
|
15 年之前 |
Dan Gohman
|
7a4575e26e
Convert FileUpdate to use tool_output_file, and to use
|
15 年之前 |
Dan Gohman
|
756a96a328
When handling raw_ostream errors manually, use clear_error() so that
|
15 年之前 |
Dan Gohman
|
baa26395cc
Make LLVM command-line tools overwrite their output files without -f.
|
16 年之前 |
Chris Lattner
|
17e9edc4a7
Change raw_fd_ostream to take flags as an optional bitmask
|
16 年之前 |
Daniel Dunbar
|
05084716c1
Add FileUpdate tool, conditionally updates its output based on its input.
|
16 年之前 |