Add a -t="dir" option to the driver. This can be used to specify the directory to...
authorSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 9 Jul 2009 08:23:38 +0000 (08:23 +0000)
committerSanjiv Gupta <sanjiv.gupta@microchip.com>
Thu, 9 Jul 2009 08:23:38 +0000 (08:23 +0000)
commit0b8f418488c4eb46d793e7580fb76dd42c92ad7e
treee891a33352749890c575e88221de5da034610366
parent549882d312031880a6b03d31ffdf3e3e61bdfb71
Add a -t="dir" option to the driver. This can be used to specify the directory to be used as TempDir if somebody doesn't want to use the standard /tmp.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75121 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CompilerDriver/BuiltinOptions.h
lib/CompilerDriver/BuiltinOptions.cpp
lib/CompilerDriver/Main.cpp