[Lldb-commits] [PATCH] D108090: [lldb/lua] Supplement Lua bindings for lldb module
Pedro Tammela via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Sun Sep 26 08:18:39 PDT 2021
tammela added a comment.
Just one last thing and I think we are done!
Thanks for your work.
================
Comment at: lldb/test/API/lua_api/lua_lldb_test.lua:3
+EXPORT_ASSERT_TO_GLOBALS = true
+require('luaunit')
+
----------------
Could we not use an external dependency?
For instance in my setup it fails because it couldn't find this library.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108090/new/
https://reviews.llvm.org/D108090
More information about the lldb-commits
mailing list