mirror of
https://github.com/intel/llvm.git
synced 2026-02-01 00:46:45 +08:00
(no commit message)
llvm-svn: 214319
This commit is contained in:
@@ -309,7 +309,7 @@ ClangExpressionParser::Parse (Stream &stream)
|
||||
std::string temp_source_path;
|
||||
|
||||
FileSpec tmpdir_file_spec;
|
||||
if (Host::GetLLDBPath (ePathTypeLLDBTempSystemDir, tmpdir_file_spec))
|
||||
if (Host::GetLLDBPath (lldb::ePathTypeLLDBTempSystemDir, tmpdir_file_spec))
|
||||
{
|
||||
tmpdir_file_spec.GetFilename().SetCString("expr.XXXXXX");
|
||||
temp_source_path = std::move(tmpdir_file_spec.GetPath());
|
||||
|
||||
Reference in New Issue
Block a user