mirror of
https://github.com/intel/llvm.git
synced 2026-02-03 02:26:27 +08:00
lldbassert is the macro that takes care of passing along line/file/function to the lldb_assert function. Let's call that instead of manually calling the function.