[Renderscript] Change expression strings to use portable format specifiers.
authorAidan Dodds <aidan@codeplay.com>
Wed, 24 Feb 2016 14:17:33 +0000 (14:17 +0000)
committerAidan Dodds <aidan@codeplay.com>
Wed, 24 Feb 2016 14:17:33 +0000 (14:17 +0000)
commit577570b4a54d3a87a7e6353dcc50ceac4234bd56
tree891c16272cffd6f025a7927274232db4086e3df7
parentb6917b42f40073d5adc156f5d56e55c31fa98aba
[Renderscript] Change expression strings to use portable format specifiers.

Mips64 tests were failing on windows because the sscanf implementation differs between clang/gcc/msvc such that on windows %lx specifies a 32bits parameter and %llx is for 64bits. For us this meant that 64bit pointers were being truncated to 32bits on their way into a JIT'd expression.

llvm-svn: 261741
lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/RenderScriptRuntime.cpp