summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm/Support/ToolOutputFile.h
Commit message (Collapse)AuthorAgeFilesLines
* Don't make F_None the default.Rafael Espindola2014-02-241-1/+1
| | | | | | This will make it easier to switch the default to being binary files. llvm-svn: 202042
* Add a wrapper for open.Rafael Espindola2013-07-161-1/+1
| | | | | | | This centralizes the handling of O_BINARY and opens the way for hiding more differences (like how open behaves with directories). llvm-svn: 186447
* Don't use PathV1.h in LTOCodeGenerator.cppRafael Espindola2013-06-171-0/+2
| | | | | | | This patch also adds a simpler version of sys::fs::remove and a tool_output_file constructor for when we already have an open file. llvm-svn: 184095
* Fix include guards so they exactly match file names.Jakub Staszak2013-01-101-2/+2
| | | | llvm-svn: 172025
* Move tool_output_file into its own file.Dan Gohman2010-10-071-0/+62
llvm-svn: 115973
OpenPOWER on IntegriCloud