Open jerryc05 opened 1 year ago
the git version I used is
$ git log
commit c0b4ca107a3b605f810bd60642907e6a77f7c6d3 (grafted, HEAD -> main, origin/main, origin/HEAD)
Author: Med Ismail Bennani <medismail.bennani@gmail.com>
Date: Fri Mar 3 19:44:44 2023 -0800
[lldb] Simplify error string in ScriptedInterface (NFC)
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
Maybe this has been reported before but I am not sure if anyone has come across this problem with
clang::tooling::ClangTool
. IslibTooling
not compatible with-D_GLIBCXX_DEBUG
?The backtrace is as follows:
the compiler I used to compile
libTooling
is:fyi, a part of the
main.cpp
looks like this: