[all-commits] [llvm/llvm-project] 12a3d9: [lldb/lua] Fix bindings.test for lua-5.1
Pavel Labath via All-commits
all-commits at lists.llvm.org
Mon Dec 23 02:07:44 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 12a3d97cf68389a025b8a75b8ea660b11401a3c8
https://github.com/llvm/llvm-project/commit/12a3d97cf68389a025b8a75b8ea660b11401a3c8
Author: Pavel Labath <pavel at labath.sk>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M lldb/test/Shell/ScriptInterpreter/Lua/bindings.test
Log Message:
-----------
[lldb/lua] Fix bindings.test for lua-5.1
string.format("%s", true) only works since lua-5.2. Make the print
statement more portable.
Commit: fbccef6b2553a3e6a7183e259f5a911885d0ddea
https://github.com/llvm/llvm-project/commit/fbccef6b2553a3e6a7183e259f5a911885d0ddea
Author: Pavel Labath <pavel at labath.sk>
Date: 2019-12-23 (Mon, 23 Dec 2019)
Changed paths:
M lldb/source/Interpreter/ScriptInterpreter.cpp
Log Message:
-----------
[lldb] Fix a -Wreturn-type gcc warning in ScriptInterpreter.cpp
Compare: https://github.com/llvm/llvm-project/compare/fecb122cca25...fbccef6b2553
More information about the All-commits
mailing list