Always generating a temporary file is not always suitable, especially for tests
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I highly appreciate, because i'm dumping graphs every day, and this looks very handy.
llvm/include/llvm/Support/GraphWriter.h | ||
---|---|---|
339 ↗ | (On Diff #167407) | This function returns Filename on the success branch, should we pass it through here as well? |
llvm/include/llvm/Support/GraphWriter.h | ||
---|---|---|
339 ↗ | (On Diff #167407) | This is an error branch. Later on we also return an empty string in case of an error. |
llvm/include/llvm/Support/GraphWriter.h | ||
---|---|---|
339 ↗ | (On Diff #167407) | Whoops. |