Add format specifiers to various format ids so we can print thread ids in decimal on Linux and FreeBSD.

CC: emaste

Differential Revision: http://llvm-reviews.chandlerc.com/D1234

llvm-svn: 187425
This commit is contained in:
Michael Sartain
2013-07-30 16:44:36 +00:00
parent 788d126ca1
commit 0769b2b1f3
2 changed files with 169 additions and 111 deletions

View File

@@ -2685,7 +2685,7 @@ ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function,
error.SetErrorString("no function to execute");
return false;
}
if (!g_swig_run_script_keyword_thread)
if (!g_swig_run_script_keyword_target)
{
error.SetErrorString("internal helper function missing");
return false;
@@ -2717,7 +2717,7 @@ ScriptInterpreterPython::RunScriptFormatKeyword (const char* impl_function,
error.SetErrorString("no function to execute");
return false;
}
if (!g_swig_run_script_keyword_thread)
if (!g_swig_run_script_keyword_frame)
{
error.SetErrorString("internal helper function missing");
return false;