forked from OSchip/llvm-project
parent
a383ffa219
commit
7160d3b6d2
|
@ -31,7 +31,7 @@ namespace {
|
|||
sys::Path getTempDir() {
|
||||
sys::Path tempDir;
|
||||
|
||||
if (! TempDirname.empty() {
|
||||
if (! TempDirname.empty()) {
|
||||
tempDir = TempDirname;
|
||||
if (!tempDir.exists()) {
|
||||
std::string ErrMsg;
|
||||
|
|
Loading…
Reference in New Issue